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-08-24 00:00:00",
INTERVAL 60 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `prstshp_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 prstshp_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 `prstshp_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 4 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 4 AND pl.id_shop = 1 )
LEFT JOIN `prstshp_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 `prstshp_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 4)
LEFT JOIN `prstshp_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 307 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY p.`date_upd` ASC
LIMIT 0,55 |
19987
ms
|
265 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2836 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
10711
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
7033
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:129<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
6396
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:18<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5897
ms
|
4520 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:129<br>/index.php:27
|
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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_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 |
5670
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:129<br>/index.php:27
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
5633
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/ciklik/ciklik.php:81<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`id_category`
FROM `prstshp_category_lang` cl
JOIN `prstshp_category_shop` cs ON (cl.id_shop = cs.id_shop
AND cl.id_category = cs.id_category)
WHERE cl.`link_rewrite`='fuori-casa' AND cl.id_shop=1 AND cl.id_lang=4 LIMIT 1 |
5008
ms
|
70 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:466
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:652<br>/override/classes/Dispatcher.php:42<br>/classes/Dispatcher.php:352<br>/index.php:28
|
SELECT SQL_NO_CACHE page from `prstshp_appagebuilder_page` where id_category = '307' AND id_shop = '1' LIMIT 1 |
4889
ms
|
21 |
|
|
/modules/appagebuilder/appagebuilder.php:3833
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/listing/CategoryController.php:120<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27826,27980)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
4717
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4540
ms
|
1037 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
4302
ms
|
143 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10429
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
4264
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
3138
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/appagebuilder/appagebuilder.php:62<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ybc_blog" LIMIT 1 |
2873
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:45<br>/classes/Dispatcher.php:352<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `prstshp_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
2797
ms
|
2499561 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name |
2704
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:557<br>/classes/module/Module.php:2369<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
2671
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_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 `prstshp_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_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` |
2600
ms
|
300 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
2457
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) LIMIT 1 |
2435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang) |
2360
ms
|
6 |
|
|
/classes/Language.php:1049
/config/config.inc.php:155<br>/index.php:27
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_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 `prstshp_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_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` |
2309
ms
|
300 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10403
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
2272
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10402
AND cl.`id_lang` = 4 |
2133
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name |
1715
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:162<br>/modules/ps_googleanalytics/ps_googleanalytics.php:134<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:396<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1563
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24064,24065,24066,24067,24068,24069,24070,24071,24072,24073,24074,24075,24076,24077,24078,24079,24080,24081,24082,24083,24084,24085,24086,24087,24088,24089,24090,24091,24092,24093,24094,24095,24096,24097,24098,24099,24100,24101,24102,24103,24104,24105,24106,24107,24108,24109,24110,24111,24112,24113,24114,24115,24116,24117,24118,24119,24120,24121,24122,24123,24124,24125,24126,24127,24128,24129,24130,24131,24132,24133,24134,24135,24136,24137,24138,24139,24140,24141,24142,24143,24144,24145,24146,24147,24148,24149,24150,24151,24152,24153,24154,24155,24156,24157,24158,24159,24160,24161,24162,24163,24164,24165,24166,24167,24168)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1510
ms
|
210 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1472
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/prestablog/prestablog.php:229<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1444
ms
|
243 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 307
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1356
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3879) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
1308
ms
|
105 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 3879
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1233
ms
|
105 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
1150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
1116
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
1029
ms
|
6 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/override/classes/Dispatcher.php:314<br>/classes/Dispatcher.php:238<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
1018
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
1001
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10403) LIMIT 1 |
1000
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
991
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `prstshp_product` p
INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 307 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
960
ms
|
265 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
WHERE c.active=1
AND c.id_category IN(305,306,307,308,309,321,287,294,295,299,300,327)
AND cg.`id_group` IN (1)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
943
ms
|
210 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3452
/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
931
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10403) AND (b.`id_shop` = 1) LIMIT 1 |
926
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
920
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
906
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
901
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
898
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
897
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
894
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
893
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
891
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayProductListHeaderAfter" ORDER BY bp.sort ASC |
888
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:588<br>/modules/ets_banneranywhere/ets_banneranywhere.php:513<br>/modules/ets_banneranywhere/ets_banneranywhere.php:547<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
883
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
883
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
866
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM prstshp_cms c
INNER JOIN prstshp_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN prstshp_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=4
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
863
ms
|
384 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:1121<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 755
AND cl.`id_lang` = 4 |
849
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
840
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/ets_abandonedcart/ets_abandonedcart.php:82<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24064, 24065, 24066, 24067, 24068, 24069, 24070, 24071, 24072, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24081, 24082, 24083, 24084, 24085, 24086, 24087, 24088, 24089, 24090, 24091, 24092, 24093, 24094, 24095, 24096, 24097, 24098, 24099, 24100, 24101, 24102, 24103, 24104, 24105, 24106, 24107, 24108, 24109, 24110, 24111, 24112, 24113, 24114, 24115, 24116, 24117, 24118, 24119, 24120, 24121, 24122, 24123, 24124, 24125, 24126, 24127, 24128, 24129, 24130, 24131, 24132, 24133, 24134, 24135, 24136, 24137, 24138, 24139, 24140, 24141, 24142, 24143, 24144, 24145, 24146, 24147, 24148, 24149, 24150, 24151, 24152, 24153, 24154, 24155, 24156, 24157, 24158, 24159, 24160, 24161, 24162, 24163, 24164, 24165, 24166, 24167, 24168) AND il.`id_lang` = 4 ORDER by i.`position` |
834
ms
|
150 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1) |
818
ms
|
1028 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM prstshp_cms c
INNER JOIN prstshp_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN prstshp_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=4
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
803
ms
|
384 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:292<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) AND (b.`id_shop` = 1) LIMIT 1 |
772
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (22913,22914,22915,22916,22917,22918,22919,22920,22921,22922,22923,22924,22925,22926,22927,22928,22929,22930,22931,22932,22933)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
764
ms
|
42 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
755
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10403 AND `id_shop` = 1 |
741
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM prstshp_cms c
INNER JOIN prstshp_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN prstshp_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=4
WHERE c.active=1
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
739
ms
|
384 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:568<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook` |
733
ms
|
1028 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
718
ms
|
21 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `prstshp_ets_abancart_campaign` ac
LEFT JOIN `prstshp_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `prstshp_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=4
LEFT JOIN `prstshp_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `prstshp_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, 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-08-24', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2025-08-24', 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)
GROUP BY ac.id_ets_abancart_campaign |
714
ms
|
3 |
|
Yes
|
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:387
/modules/ets_abandonedcart/ets_abandonedcart.php:886<br>/modules/ets_abandonedcart/ets_abandonedcart.php:814<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
WHERE c.active=1
AND c.id_category IN(266,267,270,296,268,276,277,269,280)
AND cg.`id_group` IN (1)
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
709
ms
|
27 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3452
/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
705
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
698
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
698
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `prstshp_category` c
INNER JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4 AND cl.id_shop = 1 )
INNER JOIN `prstshp_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 7
AND nleft >= 52 AND nright <= 77
AND c.id_category IN (
SELECT id_category
FROM `prstshp_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
697
ms
|
70 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
693
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM prstshp_manufacturer m
INNER JOIN prstshp_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
693
ms
|
119 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:267<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
688
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
684
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 1045
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
684
ms
|
23 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
683
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1) |
678
ms
|
1028 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
661
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
658
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_tab, class_name FROM `prstshp_tab` |
656
ms
|
339 |
|
|
/classes/Tab.php:359
/modules/leoproductsearch/leoproductsearch.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
654
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
651
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10421 AND `id_shop` = 1 |
651
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
650
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
650
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
649
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `type`, `target` FROM `prstshp_ets_awu_redirect` WHERE `url` = 'fuori-casa?q=Brand-Affenzahn-Anthyllis-Cienta-CuorFoot-Ergobag-Slipstop-Tippy' AND active = 1 AND `id_shop`=1 LIMIT 1 |
647
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuRedirect.php:126
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:836<br>/override/classes/Dispatcher.php:38<br>/classes/Dispatcher.php:352<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
646
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
645
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
644
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
644
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
643
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
643
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook` |
641
ms
|
1028 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
640
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
640
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
639
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
639
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 2 |
638
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
635
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
634
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
634
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
WHERE c.active=1
AND c.id_category IN(312,313,328,326,314,315,324,311,310,316,320,329)
AND cg.`id_group` IN (1)
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
634
ms
|
210 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3452
/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
633
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
632
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
632
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
632
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
632
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
631
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
630
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
629
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
629
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
629
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
629
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
628
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
627
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
627
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
627
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
627
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
627
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
626
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
626
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
626
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
625
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
625
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
625
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
625
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
625
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
624
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2822 LIMIT 1 |
624
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
624
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
623
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
623
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
623
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
622
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
622
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
622
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
621
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
620
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM prstshp_manufacturer m
INNER JOIN prstshp_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
620
ms
|
119 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:833<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
620
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10443 LIMIT 1 |
620
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
619
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
619
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
618
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
618
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
617
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
616
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10402) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
616
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
615
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
615
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10431 LIMIT 1 |
614
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
614
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
613
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
613
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
613
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10433 LIMIT 1 |
613
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
613
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10435 LIMIT 1 |
612
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
611
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
610
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
610
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
610
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10441 LIMIT 1 |
610
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10432 LIMIT 1 |
610
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10436 LIMIT 1 |
609
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10429 LIMIT 1 |
609
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
609
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10422 LIMIT 1 |
609
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10421 LIMIT 1 |
608
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
608
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10434 LIMIT 1 |
607
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 704 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
606
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
605
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10422) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
604
ms
|
3 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7327) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
604
ms
|
6 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
603
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
603
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
602
ms
|
23 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
601
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10420 LIMIT 1 |
600
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_revslider_sliders |
600
ms
|
10 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:582<br>/modules/revsliderprestashop/revsliderprestashop.php:334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
599
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10402 LIMIT 1 |
599
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10403 LIMIT 1 |
599
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
598
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
DELETE FROM `prstshp_feedaty_cache` WHERE expiration < 1756044368 |
595
ms
|
1 |
|
|
/modules/feedaty/lib/FeedatyWebservice.php:660
/modules/feedaty/lib/FeedatyGenerateElements.php:57<br>/modules/feedaty/feedaty.php:265<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
595
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (21949,21950,21951,21952,21953,21954,21955,21956,21957,21958,21959,21960,21961,21962,21963,21964,21965,21966,21967,21968,21969,21970,21971)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
595
ms
|
23 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
595
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
593
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label
FROM prstshp_manufacturer m
INNER JOIN prstshp_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1)
WHERE active=1
ORDER BY name asc |
593
ms
|
119 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2512
/modules/ets_megamenu/ets_megamenu.php:543<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
591
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
590
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
589
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
589
ms
|
11 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 1) LIMIT 1 |
585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:574<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
584
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 23561
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3085 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23561
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
584
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
580
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
577
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
576
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 2318
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
574
ms
|
21 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4925
LIMIT 1 |
573
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
573
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
571
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
DELETE FROM `prstshp_feedaty_cache` WHERE expiration < 1756044367 |
570
ms
|
1 |
|
|
/modules/feedaty/lib/FeedatyWebservice.php:660
/modules/feedaty/lib/FeedatyGenerateElements.php:146<br>/modules/feedaty/feedaty.php:299<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
569
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26072,26073,26074,26075,26076,26077,26078,26079,26080,26081,26082,26083,26084)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
569
ms
|
13 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10441) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
568
ms
|
4 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27865) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
568
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 28201) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
568
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
565
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 10232 LIMIT 1 |
563
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
WHERE c.active=1
AND c.id_category IN(292,293,272,281,282,290,291)
AND cg.`id_group` IN (1)
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
563
ms
|
21 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3452
/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
563
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7366) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
563
ms
|
12 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
562
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
562
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3360 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
560
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10403) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
558
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
557
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
555
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
555
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2648
LIMIT 1 |
555
ms
|
9 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2836 LIMIT 1 |
554
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7685)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
552
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10421) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
549
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
548
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:253<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
548
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3750 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3750 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
548
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4283
LIMIT 1 |
545
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
544
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=704)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
543
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
542
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
541
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10232) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
541
ms
|
3 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7641) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
541
ms
|
13 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
537
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
536
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
536
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
536
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4283) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
536
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3360)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
536
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
535
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 307 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 307
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
535
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:919
/modules/ps_categorytree/ps_categorytree.php:345<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
535
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3246) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
534
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
534
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_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 |
534
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:129<br>/index.php:27
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 1822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
534
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
534
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
533
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM prstshp_ets_mm_menu m
INNER JOIN prstshp_ets_mm_menu_shop ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN prstshp_ets_mm_menu_lang ml
ON m.id_menu=ml.id_menu AND ml.id_lang=4
WHERE 1 AND m.enabled=1
GROUP BY m.id_menu
ORDER BY m.sort_order asc,ml.title asc |
532
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2398
/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
532
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
532
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
532
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
531
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7685) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
530
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
530
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
529
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10432) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
529
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 770 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
529
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
528
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=1045)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
527
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
526
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
526
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 755 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
525
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8152 LIMIT 1 |
525
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7685
LIMIT 1 |
525
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
525
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7873 LIMIT 1 |
524
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7190) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
523
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
522
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8152) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
522
ms
|
13 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
520
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
520
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
520
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 1309 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
519
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7366
LIMIT 1 |
518
ms
|
13 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
518
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4563 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
517
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1 |
517
ms
|
6 |
|
|
/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:253<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3750 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
517
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4563) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
517
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=5045)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
516
ms
|
46 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
516
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7873) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
516
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
516
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
516
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10431)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
515
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
515
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8151 LIMIT 1 |
515
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 1045 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
514
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
513
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/gformbuilderpro/gformbuilderpro.php:27<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2648) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
513
ms
|
8 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
512
ms
|
3 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'progettocuore.com' OR su.domain_ssl = 'progettocuore.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
512
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:129<br>/index.php:27
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2211 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
512
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
512
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3360) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
512
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7641 LIMIT 1 |
511
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
511
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10434) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
511
ms
|
3 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7685 LIMIT 1 |
511
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
510
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
509
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
509
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=2211)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
508
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
508
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
508
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=1309)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
507
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=770)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
507
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
507
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
505
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
505
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7641
LIMIT 1 |
504
ms
|
14 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
503
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1045 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1045 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:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
503
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10431 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
502
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
501
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4925) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
501
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=2648)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
501
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 5045 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
501
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2836 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
500
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
500
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10420 AND `id_shop` = 1 |
500
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2648 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
500
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7366 LIMIT 1 |
500
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7327 LIMIT 1 |
499
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4435
LIMIT 1 |
499
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3879
ORDER BY `position` |
499
ms
|
95 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4284) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
498
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4926) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
498
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10435) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
496
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
496
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
495
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=2836)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
495
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3085 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
493
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
490
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2648 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
490
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
489
ms
|
4 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8503) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
488
ms
|
6 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3085)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
488
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
488
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4435) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
488
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10433) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
488
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 10 LIMIT 1 |
488
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
488
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
487
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
486
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
486
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
486
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6906 LIMIT 1 |
486
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
486
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2211) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
486
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3648) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
486
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
485
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
485
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
484
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
484
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
484
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
483
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
482
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6777 LIMIT 1 |
482
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 704 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
482
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1822 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
481
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
481
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
480
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
480
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
479
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayFooterBefore" ORDER BY bp.sort ASC |
479
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:607<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10443) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
479
ms
|
5 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2836) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
478
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
478
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
478
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1309) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
477
ms
|
9 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (704) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
477
ms
|
3 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 4680
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
476
ms
|
11 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
476
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24034
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3750 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24034
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3750 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
475
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
475
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=755)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
475
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
475
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
475
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4569) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
475
ms
|
4 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3750) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
474
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 6608 LIMIT 1 |
474
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
473
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
473
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3750)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
473
ms
|
46 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1309 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1309 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
473
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
472
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
471
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
471
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2211 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2211 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
471
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27863,27864,27865,27866,27867)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
470
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3360 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3360 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
470
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayBeforeLeftColumn" ORDER BY bp.sort ASC |
470
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:563<br>/modules/ets_banneranywhere/ets_banneranywhere.php:537<br>/modules/ets_banneranywhere/ets_banneranywhere.php:547<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2822 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
469
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
469
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4569 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
468
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
468
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
467
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 770 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
467
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 8152
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
466
ms
|
13 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=1822)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
466
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
466
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=7
ORDER BY b.sort_order asc,bl.title asc |
466
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
466
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6608) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
465
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
465
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
464
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5087
LIMIT 1 |
464
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
464
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
463
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10431) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
463
ms
|
2 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
463
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 8151
LIMIT 1 |
462
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
461
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
461
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
461
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
460
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
460
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
459
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4736) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
458
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
457
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
457
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
457
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10433
LIMIT 1 |
456
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4680
LIMIT 1 |
456
ms
|
12 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=2822)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
455
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayFooterAfter" ORDER BY bp.sort ASC |
455
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:611<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
455
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6906) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
454
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4563 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
454
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 22199
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1309 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 22199
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1309 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
453
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
452
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
452
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
452
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
452
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
450
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayFooterCategory" ORDER BY bp.sort ASC |
449
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:592<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:237<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
449
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
449
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
449
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayLeftColumn" ORDER BY bp.sort ASC |
448
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:555<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3879
LIMIT 1 |
448
ms
|
106 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
447
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayProductListHeaderBefore" ORDER BY bp.sort ASC |
447
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:584<br>/modules/ets_banneranywhere/ets_banneranywhere.php:514<br>/modules/ets_banneranywhere/ets_banneranywhere.php:547<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24909,24910,24911,24912,24913,24914,24915,24916,24917,24918,24919)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
446
ms
|
22 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
446
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3750
LIMIT 1 |
445
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10429
LIMIT 1 |
445
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
445
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27733
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 704 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27733
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
445
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
445
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 7641
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
444
ms
|
13 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, pl.params, pl.id_lang
FROM prstshp_appagebuilder p
LEFT JOIN prstshp_appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=1)
LEFT JOIN prstshp_appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder)
WHERE
pl.id_lang=4
AND ps.id_shop=1
AND p.id_appagebuilder_positions IN (15,16,17,18)
ORDER BY p.id_appagebuilder |
444
ms
|
61 |
|
|
/modules/appagebuilder/classes/ApPageBuilderModel.php:302
/modules/appagebuilder/appagebuilder.php:2052<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
443
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4284
LIMIT 1 |
443
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 21949
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1045 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21949
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
442
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
442
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4736 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4736 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
441
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 755 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
441
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 23235
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2648 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23235
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
441
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc,bl.title asc |
441
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5045 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 5045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
440
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4563 LIMIT 1 |
440
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
440
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
439
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayNav1" ORDER BY bp.sort ASC |
439
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:603<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
438
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7873
LIMIT 1 |
438
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
438
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4563
LIMIT 1 |
438
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM prstshp_cms c
INNER JOIN prstshp_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN prstshp_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=4
WHERE c.active=1 AND c.id_cms IN(142)
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
438
ms
|
6 |
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:3058<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3750) AND (b.`id_shop` = 1) LIMIT 1 |
438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1045
LIMIT 1 |
437
ms
|
24 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4736 LIMIT 1 |
437
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 8503
LIMIT 1 |
436
ms
|
8 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `prstshp_product_attribute` pa
INNER JOIN prstshp_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 prstshp_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 `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC; |
436
ms
|
1 |
Yes
|
|
/classes/Product.php:4479
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3085 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
436
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
435
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
435
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
434
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10432
LIMIT 1 |
433
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4569 LIMIT 1 |
433
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
433
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4680 LIMIT 1 |
432
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 755 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27827
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
432
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
431
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10441
LIMIT 1 |
431
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
431
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
430
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2822
LIMIT 1 |
430
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10421
LIMIT 1 |
429
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10232
LIMIT 1 |
429
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
429
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/ets_awesomeurl/ets_awesomeurl.php:67<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:357<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-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1822
LIMIT 1 |
428
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (25940,25941,25942,25943,25944,25945,25946,25947,25948,25949,25950,25951)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
428
ms
|
12 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 88
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 |
428
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
427
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:551<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:229<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:151<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
427
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4435 LIMIT 1 |
427
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
427
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4736
LIMIT 1 |
425
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
425
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3879) |
425
ms
|
105 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
424
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
423
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 2648
AND pac.`id_product_attribute` = 23235
AND agl.`id_lang` = 4 |
423
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1309) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
422
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (23235,23236,23237,23238,23239,23240,23241,23242)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
422
ms
|
16 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3246
LIMIT 1 |
420
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
420
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3750 LIMIT 1 |
419
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2836
ORDER BY f.position ASC |
419
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3879 LIMIT 1 |
419
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 1045
AND pac.`id_product_attribute` = 21949
AND agl.`id_lang` = 4 |
418
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 704
AND pac.`id_product_attribute` = 27733
AND agl.`id_lang` = 4 |
416
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_ets_baw_banner` b
LEFT JOIN `prstshp_ets_baw_banner_lang` bl ON (b.id_ets_baw_banner = bl.id_ets_baw_banner AND bl.id_lang="4")
LEFT JOIN `prstshp_ets_baw_banner_position` bp ON (bp.id_ets_baw_banner = b.id_ets_baw_banner)
WHERE b.active=1 AND bp.position = "displayBeforeRightColumn" ORDER BY bp.sort ASC |
415
ms
|
2 |
Yes
|
|
/modules/ets_banneranywhere/classes/ets_baw_banner.php:308
/modules/ets_banneranywhere/ets_banneranywhere.php:498<br>/modules/ets_banneranywhere/ets_banneranywhere.php:567<br>/modules/ets_banneranywhere/ets_banneranywhere.php:538<br>/modules/ets_banneranywhere/ets_banneranywhere.php:547<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2648
ORDER BY f.position ASC |
415
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3648 LIMIT 1 |
415
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 2648
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
414
ms
|
8 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3085
ORDER BY f.position ASC |
414
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2836) AND (b.`id_shop` = 1) LIMIT 1 |
414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2211
LIMIT 1 |
414
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3246)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
413
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2211) AND (b.`id_shop` = 1) LIMIT 1 |
412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 7366
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
411
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
411
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1309
LIMIT 1 |
411
ms
|
10 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 704
ORDER BY f.position ASC |
411
ms
|
5 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4926
LIMIT 1 |
410
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1309
ORDER BY f.position ASC |
410
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26207,26208,27676,27677,27678,27679,27680,27681,27682,27683,27684,27685,27686)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
410
ms
|
13 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=2836)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
409
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10421
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
409
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 770
ORDER BY f.position ASC |
409
ms
|
6 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 8152
LIMIT 1 |
408
ms
|
14 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10420
LIMIT 1 |
408
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1045) AND (b.`id_shop` = 1) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 704) AND (b.`id_shop` = 1) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=2318)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
407
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 755
LIMIT 1 |
406
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=9
ORDER BY b.sort_order asc,bl.title asc |
406
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3085 LIMIT 1 |
405
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 4569
LIMIT 1 |
405
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7327)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
404
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10433
AND pac.`id_product_attribute` = 27888
AND agl.`id_lang` = 4 |
403
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=1045)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
403
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10434
LIMIT 1 |
403
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3750
ORDER BY f.position ASC |
402
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5045
LIMIT 1 |
401
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 1045
ORDER BY `position` |
401
ms
|
46 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4736)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
401
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=704)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
400
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3648
LIMIT 1 |
400
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 770) AND (b.`id_shop` = 1) LIMIT 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2836
LIMIT 1 |
400
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 1309
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
399
ms
|
9 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7190) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page FROM `prstshp_meta` m
JOIN `prstshp_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=4 AND ml.id_shop=1
WHERE ml.url_rewrite='fuori-casa' AND ml.id_lang=4 AND ml.id_shop=1 LIMIT 1 |
398
ms
|
73 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:803
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:768<br>/override/classes/Dispatcher.php:42<br>/classes/Dispatcher.php:352<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2648) AND (b.`id_shop` = 1) LIMIT 1 |
398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 704
LIMIT 1 |
398
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 755) AND (b.`id_shop` = 1) LIMIT 1 |
398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10431) AND (b.`id_shop` = 1) LIMIT 1 |
398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 6906
AND cl.`id_lang` = 4 |
397
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4563 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4563 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
397
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 770
LIMIT 1 |
397
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=8
ORDER BY b.sort_order asc,bl.title asc |
396
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4680)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
396
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10422
LIMIT 1 |
396
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=1822)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
395
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1045
ORDER BY f.position ASC |
395
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10431
AND cl.`id_lang` = 4 |
395
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3085
LIMIT 1 |
395
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10436
LIMIT 1 |
395
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10431
LIMIT 1 |
394
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10432 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
393
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 3750
AND pac.`id_product_attribute` = 24034
AND agl.`id_lang` = 4 |
393
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3085) AND (b.`id_shop` = 1) LIMIT 1 |
392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5087) LIMIT 1 |
391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=770)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
391
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10436)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
391
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1045
AND image_shop.`cover` = 1 LIMIT 1 |
390
ms
|
46 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1822) AND (b.`id_shop` = 1) LIMIT 1 |
390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
390
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10402
LIMIT 1 |
390
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6608
LIMIT 1 |
390
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (25917,25918,25919,25920,25921,25922)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
390
ms
|
6 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10443
LIMIT 1 |
389
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label
FROM prstshp_cms c
INNER JOIN prstshp_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1)
LEFT JOIN prstshp_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=4
WHERE c.active=1 AND c.id_cms IN(137)
GROUP BY c.id_cms ORDER BY cl.meta_title asc |
389
ms
|
6 |
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:2535
/modules/ets_megamenu/ets_megamenu.php:3058<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6777
LIMIT 1 |
389
ms
|
4 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2822) AND (b.`id_shop` = 1) LIMIT 1 |
388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10435
LIMIT 1 |
388
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1822
ORDER BY f.position ASC |
388
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2318
LIMIT 1 |
388
ms
|
22 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3360) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4284) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7327
LIMIT 1 |
387
ms
|
7 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6906
LIMIT 1 |
386
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26420,26421,26422)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
386
ms
|
6 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7641
ORDER BY `position` |
385
ms
|
32 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4283)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
385
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
385
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=2211)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
384
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 7190
LIMIT 1 |
384
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3360
ORDER BY f.position ASC |
383
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2211
ORDER BY f.position ASC |
383
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3360
LIMIT 1 |
383
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3750)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
383
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3879 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
382
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=755)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
382
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2648 LIMIT 1 |
382
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5045) AND (b.`id_shop` = 1) LIMIT 1 |
382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterBefore" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
381
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2274<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3879)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
381
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7685 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
381
ms
|
4 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=5045)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
381
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 755
AND pac.`id_product_attribute` = 27827
AND agl.`id_lang` = 4 |
381
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4435 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
381
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4925)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
380
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=56
ORDER BY b.sort_order asc,bl.title asc |
380
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10443)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
379
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 8152 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
379
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3246 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
379
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10429 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
378
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10441 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
377
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3360)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
377
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-24 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN prstshp_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10403
LIMIT 1 |
377
ms
|
3 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4569)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
377
ms
|
46 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2318 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
377
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4284 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
376
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 13) LIMIT 1 |
376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:606<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2822
ORDER BY f.position ASC |
376
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=49
ORDER BY b.sort_order asc,bl.title asc |
376
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 1309
AND pac.`id_product_attribute` = 22199
AND agl.`id_lang` = 4 |
375
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4736 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
375
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 3085
AND pac.`id_product_attribute` = 23561
AND agl.`id_lang` = 4 |
375
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10433)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
375
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3879 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
375
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10422
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
375
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
375
ms
|
143 |
|
|
/classes/module/Module.php:340
/modules/giftcard/giftcard.php:65<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7327
AND cl.`id_lang` = 4 |
375
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
375
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:253<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4925 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
374
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4283) AND (b.`id_shop` = 1) LIMIT 1 |
374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
374
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4284)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
373
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=1309)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
373
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
373
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 770
AND cl.`id_lang` = 4 |
373
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_appagebuilder_products p
INNER JOIN prstshp_appagebuilder_products_shop ps on(p.id_appagebuilder_products = ps.id_appagebuilder_products) WHERE ps.active=1 and ps.id_shop=1 LIMIT 1 |
372
ms
|
14 |
|
|
/modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147
/modules/appagebuilder/appagebuilder.php:2039<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=2648)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
372
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10422 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
371
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10422)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
371
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=2822)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
370
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=55
ORDER BY b.sort_order asc,bl.title asc |
370
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10421)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
369
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7366 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
369
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7190)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
369
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7873 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
369
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4283 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
369
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=6906)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
369
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10431)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
369
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=5087)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
369
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (22199,22200,22201,22202,22203,22204,22205,22206,22207)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
369
ms
|
9 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10435)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
368
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 6777 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
368
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "productcomments" LIMIT 1 |
368
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/myprestacomments/myprestacomments.php:67<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=5
ORDER BY b.sort_order asc,bl.title asc |
368
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
367
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7641)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
367
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3085)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
366
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10443 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
365
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10421 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
365
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10436 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
365
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10402) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4435 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
364
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4926)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
364
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10434)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
364
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=3648)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
364
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 755
ORDER BY f.position ASC |
363
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
363
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=6608)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
363
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7190 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
363
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27861,27862,28200,28201,28202)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
362
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3648 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
362
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 8151 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
362
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
362
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4563)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
362
ms
|
69 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4680 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
362
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2318 LIMIT 1 |
361
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10433 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
360
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 7327
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
360
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 4926 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
360
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5045
ORDER BY f.position ASC |
360
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10420)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
360
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3648 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
359
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27863
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10421 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27863
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
359
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
359
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1045) |
358
ms
|
23 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 25633
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6608 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 25633
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
358
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 25 AND c.nright >= 26)
ORDER BY c.nleft |
358
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6608 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 6608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
357
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10429
AND cl.`id_lang` = 4 |
357
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10434 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
357
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=8503)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
356
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10435 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
356
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10232 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10232 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
355
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 5087 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
355
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 6608 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
355
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 3085
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
355
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 1045
AND cl.`id_lang` = 4 |
355
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
354
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26095,26096)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
354
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10432) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27889,27890,28180)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
353
ms
|
3 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10421 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
353
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10443
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
353
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
353
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2279<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 6906 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
352
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27909,27910,27911,27912,27913)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
352
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26146,26147,26148,26149,26150)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
352
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
352
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3913<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3246 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3246 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
352
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3360
AND cl.`id_lang` = 4 |
352
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (23996,23997)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
352
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10403 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
351
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24918
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4680 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24918
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
351
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4283 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
351
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
351
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5087) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10232)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
351
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
351
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4284 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4284 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
350
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5087 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 5087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
350
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7327 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
350
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7327 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
350
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27827)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
350
ms
|
1 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 7641 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
350
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10431 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
350
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 71 AND c.nright >= 72)
ORDER BY c.nleft |
350
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10402 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
350
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10403)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
350
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
349
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=6777)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
349
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=6
ORDER BY b.sort_order asc,bl.title asc |
349
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2648) |
348
ms
|
8 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 8151
AND cl.`id_lang` = 4 |
348
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 10232 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
348
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 2, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 8503 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-24 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 |
348
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:561
/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) AND (b.`id_shop` = 1) LIMIT 1 |
347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=54
ORDER BY b.sort_order asc,bl.title asc |
347
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10402)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
347
ms
|
92 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=4435)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
347
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10429 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
347
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2318 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
347
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=41
ORDER BY b.sort_order asc,bl.title asc |
346
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
346
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayFooterAfter" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
346
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2284<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4569 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
346
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10436
AND cl.`id_lang` = 4 |
346
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27868,27869,27870)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
345
ms
|
3 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=51
ORDER BY b.sort_order asc,bl.title asc |
344
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2211
AND cl.`id_lang` = 4 |
344
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias` |
344
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:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
344
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 7873
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
344
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10435 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
344
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=8152)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
343
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27903,27904,27905,27906)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
343
ms
|
4 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4435
AND cl.`id_lang` = 4 |
343
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10429)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
342
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) AND (b.`id_shop` = 1) LIMIT 1 |
342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayTop" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
342
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2234<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8503 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 8503 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
342
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27909
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10443 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27909
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10443 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
342
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4925 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4925 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
341
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
341
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10429) AND (b.`id_shop` = 1) LIMIT 1 |
341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM prstshp_ets_mm_block b
LEFT JOIN prstshp_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=4
WHERE 1 AND b.id_column=58
ORDER BY b.sort_order asc,bl.title asc |
341
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2488
/modules/ets_megamenu/ets_megamenu.php:2477<br>/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7366)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
341
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
340
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (21949, 21950, 21951, 21952, 21953, 21954, 21955, 21956, 21957, 21958, 21959, 21960, 21961, 21962, 21963, 21964, 21965, 21966, 21967, 21968, 21969, 21970, 21971) AND il.`id_lang` = 4 ORDER by i.`position` |
340
ms
|
23 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
340
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 4435
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
340
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10422
AND cl.`id_lang` = 4 |
340
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10441)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
340
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=10432)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 0 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
339
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3879
AND cl.`id_lang` = 4 |
339
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
339
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4926 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4926 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
339
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
339
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
339
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:40<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:61<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7873
AND cl.`id_lang` = 4 |
339
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 6777
AND cl.`id_lang` = 4 |
339
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 755
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
337
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 4563
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
337
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10421
AND cl.`id_lang` = 4 |
337
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27882)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
337
ms
|
1 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (23557,23558,23559,23560,23561)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
337
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24886,24887,24888,24889,24890)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
337
ms
|
5 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
337
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
337
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7685
AND cl.`id_lang` = 4 |
336
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
336
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:551<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10441 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
336
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4283) AND (b.`id_shop` = 1) LIMIT 1 |
335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7190 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
334
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10441) AND (b.`id_shop` = 1) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=8151)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
334
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
334
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27733,27734,27735)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
334
ms
|
3 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
333
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10403 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10403 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
333
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 65 AND c.nright >= 66)
ORDER BY c.nleft |
333
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_categories` dc ON (d.`id_ets_sd_discount`=dc.`id_ets_sd_discount`)
INNER JOIN `prstshp_category_product` cp ON (cp.`id_category`=dc.`id_category` AND cp.id_product=7873)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.`ps_discount_run`>0, 1 < 1, 1)
AND dc.`id_ets_sd_discount`>0
AND d.`discount_type`=0
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
333
ms
|
115 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:419
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24891,24892,24893,24894)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
333
ms
|
4 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10420
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
332
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3879)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
332
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4283
AND cl.`id_lang` = 4 |
332
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `prstshp_cart_rule` cr
LEFT JOIN `prstshp_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
332
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3026<br>/classes/Cart.php:3400<br>/classes/Cart.php:3473<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:2195<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7190
AND cl.`id_lang` = 4 |
332
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7366 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7366 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
332
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
331
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10429)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
331
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10402) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3879 AND `id_shop` = 1 |
331
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10443 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10443 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
331
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10434 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
331
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 307 AND ctg.`id_group` = 1 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10441
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
330
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
330
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10433) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10232
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
330
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7641 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
330
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26563,26564,26565)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
329
ms
|
3 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
329
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10436 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
329
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7685 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
329
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
329
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
329
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_wp_page_template' LIMIT 1 |
328
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:967<br>/modules/creativeelements/modules/page-templates/module.php:74<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:261<br>/modules/creativeelements/creativeelements.php:609<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8152 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 8152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
328
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10433
AND cl.`id_lang` = 4 |
327
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNav2" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
327
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2244<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27891
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10435 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27891
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
327
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27886,27887)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
327
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7327) AND (b.`id_shop` = 1) LIMIT 1 |
327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
327
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26146
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7873 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26146
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
326
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (25632,25633)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
326
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 57) AND (a0.`nright` > 58) AND (a1.`id_lang` = 4)
ORDER BY a0.`nleft` asc |
326
ms
|
210 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_hook`
WHERE `id_hook` = 746 LIMIT 1 |
326
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6777 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 6777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
326
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
325
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>/modules/ets_abandonedcart/ets_abandonedcart.php:1246<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1050<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26072
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7641 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26072
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
325
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4680 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
325
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 3648
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
325
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
324
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10402 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10402 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26072, 26073, 26074, 26075, 26076, 26077, 26078, 26079, 26080, 26081, 26082, 26083, 26084) AND il.`id_lang` = 4 ORDER by i.`position` |
324
ms
|
13 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6777
ORDER BY f.position ASC |
324
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6906 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 6906 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6608) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27896
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10436 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27896
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3879) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7873 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 7873 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10431 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27885
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4925
ORDER BY f.position ASC |
323
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10420 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 10420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
323
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10232 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10232 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
323
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27891,27892)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
323
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 25920
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7327 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 25920
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7327 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
323
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1309 LIMIT 1 |
323
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24891
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4569 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24891
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4569 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
322
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10434
AND cl.`id_lang` = 4 |
322
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8151 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 8151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
322
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7685) AND (b.`id_shop` = 1) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10434) AND (b.`id_shop` = 1) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4925) AND (b.`id_shop` = 1) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10403
AND cl.`id_lang` = 4 |
322
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10434) AND (b.`id_shop` = 1) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24402
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4435 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24402
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
321
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 704) |
321
ms
|
3 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2318
AND cl.`id_lang` = 4 |
321
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4736
ORDER BY f.position ASC |
321
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4569) AND (b.`id_shop` = 1) LIMIT 1 |
321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24034,24035)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
321
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1309) |
321
ms
|
9 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27893,27894,27895,27896)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
321
ms
|
4 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 24064
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3879 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24064
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
320
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27868
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27868
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
320
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
320
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10432
AND cl.`id_lang` = 4 |
320
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 21 AND c.nright >= 22)
ORDER BY c.nleft |
320
ms
|
13 |
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4569) AND (b.`id_shop` = 1) LIMIT 1 |
320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7366
AND cl.`id_lang` = 4 |
320
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
319
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
319
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10432 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27886
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
319
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
319
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 49 AND c.nright >= 50)
ORDER BY c.nleft |
319
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 23996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3648 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 23996
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
319
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8503) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10435
AND cl.`id_lang` = 4 |
318
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1045 LIMIT 1 |
318
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10232) AND (b.`id_shop` = 1) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10420
AND cl.`id_lang` = 4 |
317
ms
|
8 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10434
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
317
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7873) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (25724)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
317
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7641) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 7641
AND cl.`id_lang` = 4 |
317
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27903
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10441 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27903
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10441 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
316
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10431
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
316
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27888
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10433 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27888
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
316
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6906) AND (b.`id_shop` = 1) LIMIT 1 |
315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 1309
AND cl.`id_lang` = 4 |
315
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
315
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 5087
AND cl.`id_lang` = 4 |
315
ms
|
9 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10436) AND (b.`id_shop` = 1) LIMIT 1 |
314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27824
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10402 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27824
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10402 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
314
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
314
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4569
AND cl.`id_lang` = 4 |
314
ms
|
2 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10443) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27889
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10434 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27889
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
313
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10432) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26095
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7685 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26095
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
313
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 4435
AND pac.`id_product_attribute` = 24402
AND agl.`id_lang` = 4 |
313
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
313
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7327) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 22931
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2318 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 22931
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
313
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3879) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4736) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26206)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
312
ms
|
1 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27882
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10429 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27882
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
312
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2318
ORDER BY f.position ASC |
312
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4926) AND (b.`id_shop` = 1) LIMIT 1 |
312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8152) AND (b.`id_shop` = 1) LIMIT 1 |
312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4569
ORDER BY f.position ASC |
312
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10422 AND `id_shop` = 1 |
311
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8152) AND (b.`id_shop` = 1) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10232) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10436
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
311
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3085
AND cl.`id_lang` = 4 |
311
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7366) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10434) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27884,27885)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
310
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 4569
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
310
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 25724
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6906 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 25724
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6906 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
310
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2318) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4284
AND cl.`id_lang` = 4 |
309
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10435
AND pac.`id_product_attribute` = 27891
AND agl.`id_lang` = 4 |
309
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4283)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
309
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (22913, 22914, 22915, 22916, 22917, 22918, 22919, 22920, 22921, 22922, 22923, 22924, 22925, 22926, 22927, 22928, 22929, 22930, 22931, 22932, 22933) AND il.`id_lang` = 4 ORDER by i.`position` |
309
ms
|
38 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10431
AND pac.`id_product_attribute` = 27885
AND agl.`id_lang` = 4 |
309
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) LIMIT 1 |
308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10435) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26206
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8151 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26206
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
308
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8503) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
308
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (24401,24402)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
308
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7366) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4680
AND cl.`id_lang` = 4 |
307
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26207
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8152 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26207
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8152 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
307
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27888)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
307
ms
|
1 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 4569
AND pac.`id_product_attribute` = 24891
AND agl.`id_lang` = 4 |
307
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4563
ORDER BY f.position ASC |
307
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7641) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 25947
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7366 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 25947
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7366 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
307
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10403 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27826
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10403 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
307
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10435
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
307
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 23996 |
306
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 3750
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
306
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 27861
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10420 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 27861
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
306
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3648) AND (b.`id_shop` = 1) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7366) AND (b.`id_shop` = 1) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, ps.*,pl.*
FROM prstshp_appagebuilder_profiles p
INNER JOIN prstshp_appagebuilder_profiles_lang pl ON (p.id_appagebuilder_profiles = pl.id_appagebuilder_profiles)
INNER JOIN prstshp_appagebuilder_profiles_shop ps ON (ps.id_appagebuilder_profiles = p.id_appagebuilder_profiles)
WHERE id_shop=1 AND id_lang=4 |
306
ms
|
16 |
|
|
/modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137
/modules/appagebuilder/appagebuilder.php:3344<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7685)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
306
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
306
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3879
ORDER BY f.position ASC |
306
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4284) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 3879
AND pac.`id_product_attribute` = 24064
AND agl.`id_lang` = 4 |
305
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (26403,26404,26405,26406,26407,26408)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
305
ms
|
6 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
305
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 704
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
305
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3648
ORDER BY f.position ASC |
305
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26403
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8503 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26403
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8503 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
305
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 2318
AND pac.`id_product_attribute` = 22931
AND agl.`id_lang` = 4 |
304
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7641) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4)
WHERE `level_depth` = 1 |
304
ms
|
3 |
|
|
/classes/Category.php:2233
/classes/Category.php:1109<br>/modules/ets_megamenu/ets_megamenu.php:285<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 2822
ORDER BY `position` |
304
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 26421
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6777 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26421
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
304
ms
|
0 |
|
|
/classes/Cart.php:1434
/classes/Product.php:4277<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10232
AND cl.`id_lang` = 4 |
304
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10429) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 86
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 |
303
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4284
ORDER BY f.position ASC |
303
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4435)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
303
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 4563
AND pac.`id_product_attribute` = 24886
AND agl.`id_lang` = 4 |
303
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4680) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 7641 AND `id_shop` = 1 |
303
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3246) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=6608)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
303
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4680) LIMIT 1 |
303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
302
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2318) |
302
ms
|
21 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `prstshp_group` g
LEFT JOIN `prstshp_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 4)
ORDER BY g.`id_group` ASC |
302
ms
|
6 |
|
|
/classes/Group.php:111
/modules/wkrewardsystem/classes/WkRewardPoint.php:61<br>/modules/wkrewardsystem/wkrewardsystem.php:216<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=266 AND c.id_category!=266
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
302
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6608
ORDER BY f.position ASC |
302
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6777) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10441) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4435) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 1822
AND cl.`id_lang` = 4 |
302
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4563) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7685) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10441
AND cl.`id_lang` = 4 |
301
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
301
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10429) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10422
AND pac.`id_product_attribute` = 27868
AND agl.`id_lang` = 4 |
301
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4736
AND cl.`id_lang` = 4 |
301
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7685) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7873) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 8152
AND cl.`id_lang` = 4 |
300
ms
|
6 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 8503
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
300
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 2648
ORDER BY `position` |
300
ms
|
8 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10433) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10432
AND pac.`id_product_attribute` = 27886
AND agl.`id_lang` = 4 |
300
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10421) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10403) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10422) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 3648
AND pac.`id_product_attribute` = 23996
AND agl.`id_lang` = 4 |
300
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6906) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7190) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4736)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
300
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
299
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10232) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (27824,27825)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
299
ms
|
2 |
|
|
/classes/Product.php:2726
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7873) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4680) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8151) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4435
ORDER BY f.position ASC |
299
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8503) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10402
AND pac.`id_product_attribute` = 27824
AND agl.`id_lang` = 4 |
298
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10435) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6777) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3750) |
297
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10441) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6906
ORDER BY f.position ASC |
297
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10436) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 8503
AND cl.`id_lang` = 4 |
297
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6608) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5087) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2836) |
296
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3246
AND cl.`id_lang` = 4 |
296
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3648
AND cl.`id_lang` = 4 |
296
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 6777
AND pac.`id_product_attribute` = 26421
AND agl.`id_lang` = 4 |
296
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 755 LIMIT 1 |
296
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
295
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10443) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
294
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 704 LIMIT 1 |
294
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10432)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
294
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC |
294
ms
|
3 |
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 4680
AND pac.`id_product_attribute` = 24918
AND agl.`id_lang` = 4 |
294
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8152) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10436
AND pac.`id_product_attribute` = 27896
AND agl.`id_lang` = 4 |
294
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=8503)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
294
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 704
AND cl.`id_lang` = 4 |
294
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
293
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10432
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
293
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10434
AND pac.`id_product_attribute` = 27889
AND agl.`id_lang` = 4 |
293
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4925)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
293
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4926
ORDER BY f.position ASC |
293
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10232
AND pac.`id_product_attribute` = 26564
AND agl.`id_lang` = 4 |
292
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 8151
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
292
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `type`, `target` FROM `prstshp_ets_awu_redirect` WHERE `url` = 'it/fuori-casa?q=Brand-Affenzahn-Anthyllis-Cienta-CuorFoot-Ergobag-Slipstop-Tippy' AND active = 1 AND `id_shop`=1 LIMIT 1 |
292
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuRedirect.php:126
/modules/ets_awesomeurl/classes/EtsAwuDispatcher.php:840<br>/override/classes/Dispatcher.php:38<br>/classes/Dispatcher.php:352<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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 7873
AND pac.`id_product_attribute` = 26146
AND agl.`id_lang` = 4 |
292
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 6608
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
292
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 21 AND c.nright >= 22)
ORDER BY c.nleft |
292
ms
|
13 |
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
292
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10402
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
292
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2822
AND cl.`id_lang` = 4 |
291
ms
|
4 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4680)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
291
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10420) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `prstshp_country`
WHERE `id_country` = 10 LIMIT 1 |
291
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
291
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10403
AND pac.`id_product_attribute` = 27826
AND agl.`id_lang` = 4 |
291
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3648)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
291
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7641)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
290
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4925
AND cl.`id_lang` = 4 |
290
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4926)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
290
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7327
ORDER BY f.position ASC |
290
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 8503
AND pac.`id_product_attribute` = 26403
AND agl.`id_lang` = 4 |
290
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 4) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:223<br>/index.php:27
|
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 7327
AND pac.`id_product_attribute` = 25920
AND agl.`id_lang` = 4 |
290
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=2318)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
290
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 8152
AND pac.`id_product_attribute` = 26207
AND agl.`id_lang` = 4 |
290
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7190
ORDER BY f.position ASC |
290
ms
|
4 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 6906
AND pac.`id_product_attribute` = 25724
AND agl.`id_lang` = 4 |
290
ms
|
2 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(ar.id_ets_abancart_reminder)
FROM `prstshp_ets_abancart_reminder` ar
LEFT JOIN `prstshp_ets_abancart_campaign` ac ON (ac.id_ets_abancart_campaign = ar.id_ets_abancart_campaign)
WHERE ac.id_ets_abancart_campaign is NOT NULL
AND ac.campaign_type = 'browser'
AND ac.enabled = 1
AND ac.deleted = 0
AND ar.enabled = 1
AND ar.deleted = 0 LIMIT 1 |
289
ms
|
9 |
|
|
/modules/ets_abandonedcart/classes/EtsAbancartReminder.php:359
/modules/ets_abandonedcart/ets_abandonedcart.php:887<br>/modules/ets_abandonedcart/ets_abandonedcart.php:814<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 6608
AND pac.`id_product_attribute` = 25633
AND agl.`id_lang` = 4 |
289
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8152
ORDER BY f.position ASC |
289
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4680
ORDER BY f.position ASC |
289
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10422)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
288
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
288
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 10443
AND cl.`id_lang` = 4 |
288
ms
|
7 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE page from `prstshp_appagebuilder_page` where id_category = '307' AND id_shop = '1' LIMIT 1 |
288
ms
|
21 |
|
|
/modules/appagebuilder/appagebuilder.php:1257
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 3750
AND cl.`id_lang` = 4 |
288
ms
|
2 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
287
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:263<br>/index.php:27
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2648
AND cl.`id_lang` = 4 |
287
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8151) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 65 AND c.nright >= 66)
ORDER BY c.nleft |
287
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 1309
ORDER BY `position` |
287
ms
|
18 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4283
ORDER BY f.position ASC |
287
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7366
ORDER BY `position` |
286
ms
|
13 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10420
AND pac.`id_product_attribute` = 27861
AND agl.`id_lang` = 4 |
286
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7327) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 6777
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
286
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 8151
AND pac.`id_product_attribute` = 26206
AND agl.`id_lang` = 4 |
286
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 6608
AND cl.`id_lang` = 4 |
286
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 71 AND c.nright >= 72)
ORDER BY c.nleft |
286
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10434)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
286
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10232)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
286
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7366
ORDER BY f.position ASC |
286
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10402) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 7366
AND pac.`id_product_attribute` = 25947
AND agl.`id_lang` = 4 |
285
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7873
ORDER BY f.position ASC |
285
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=3246)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
285
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8151) 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/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10435) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 7685
AND pac.`id_product_attribute` = 26095
AND agl.`id_lang` = 4 |
284
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10429
AND pac.`id_product_attribute` = 27882
AND agl.`id_lang` = 4 |
284
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10421
AND pac.`id_product_attribute` = 27863
AND agl.`id_lang` = 4 |
284
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10441
AND pac.`id_product_attribute` = 27903
AND agl.`id_lang` = 4 |
284
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4569)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
284
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6608) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 2836
AND cl.`id_lang` = 4 |
283
ms
|
5 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4563
AND cl.`id_lang` = 4 |
283
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10443
AND pac.`id_product_attribute` = 27909
AND agl.`id_lang` = 4 |
283
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10436)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
283
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 7641
AND pac.`id_product_attribute` = 26072
AND agl.`id_lang` = 4 |
283
ms
|
1 |
|
|
/classes/Product.php:7398
/classes/Product.php:5785<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10422
ORDER BY f.position ASC |
283
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10433) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=6777)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
283
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4563)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
283
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7366)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
282
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10441)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 0 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
282
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10431) |
282
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=4284)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
281
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
281
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7327)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
281
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2211) |
281
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10420)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
281
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10433)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
281
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 6906
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
281
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10402)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
281
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10421)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
280
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
280
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "appagebuilder" LIMIT 1 |
280
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10432) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 49 AND c.nright >= 50)
ORDER BY c.nleft |
280
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10443)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
280
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7190)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
280
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
279
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/appagebuilder/classes/shortcodes/ApBlockLink.php:437<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
279
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 7685
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
279
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7685
ORDER BY f.position ASC |
279
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 4926
AND cl.`id_lang` = 4 |
279
ms
|
3 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7685
ORDER BY `position` |
279
ms
|
7 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 1045 AND pa.`id_product` = 1045 AND pa.`id_product_attribute` = 21949 LIMIT 1 |
279
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
278
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 10433
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
278
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2707
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 755) |
278
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10403)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
277
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=7873)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
277
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=10435)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
277
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=6906)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
277
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3246
ORDER BY f.position ASC |
277
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4680
ORDER BY `position` |
277
ms
|
13 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7641
ORDER BY f.position ASC |
276
ms
|
2 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7327
ORDER BY `position` |
276
ms
|
19 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10436) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27861, 27862, 28200, 28201, 28202) AND il.`id_lang` = 4 ORDER by i.`position` |
276
ms
|
17 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=5087)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 0 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
276
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
275
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3085) |
275
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 1822) |
275
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 770) |
274
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=8151)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
274
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
274
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8151
ORDER BY f.position ASC |
274
ms
|
3 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
274
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=295 AND c.id_category!=295
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
273
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
273
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 5045) |
273
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
273
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
273
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
272
ms
|
9 |
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE d.*, dl.*
FROM `prstshp_ets_sd_discount` d
INNER JOIN `prstshp_ets_sd_discount_level` dl ON (d.`id_ets_sd_discount`=dl.`id_ets_sd_discount`)
LEFT JOIN `prstshp_ets_sd_discount_products` dp ON (d.`id_ets_sd_discount`=dp.`id_ets_sd_discount` AND dp.id_product=8152)
WHERE 1
AND '2025-08-24 16:06:03' >= dl.`from` AND '2025-08-24 16:06:03' <= dl.`to`
AND IF(d.ps_discount_run>0, 1 < 1, 1)
AND dp.`id_ets_sd_discount`>0
AND d.`discount_type`=1
AND IF(d.`out_of_stock` > 0, 1 > 0, 1)
AND d.`active`>0
GROUP BY d.`id_ets_sd_discount`
ORDER BY d.`position` LIMIT 1 |
272
ms
|
12 |
Yes
|
Yes
|
/modules/etssmartdiscount/classes/EtsSDDiscount.php:402
/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
272
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
272
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
272
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6777) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
272
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
271
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
271
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
271
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6906) LIMIT 1 |
270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
270
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 2318
ORDER BY `position` |
270
ms
|
17 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
269
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
269
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
268
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10232
ORDER BY f.position ASC |
268
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
268
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
268
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
268
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
268
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
267
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4283
ORDER BY `position` |
267
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2822) |
267
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
267
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5087
ORDER BY f.position ASC |
266
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 25 AND c.nright >= 26)
ORDER BY c.nleft |
266
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
266
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_ets_awu_category`
WHERE id_category = 307 AND id_shop = 1 AND id_lang = 4 LIMIT 1 |
266
ms
|
1 |
|
|
/modules/ets_awesomeurl/classes/EtsAwuCategory.php:210
/modules/ets_awesomeurl/ets_awesomeurl.php:1238<br>/modules/ets_awesomeurl/ets_awesomeurl.php:660<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
266
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
266
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7873
ORDER BY `position` |
266
ms
|
12 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10443) LIMIT 1 |
265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
265
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26207, 26208, 27676, 27677, 27678, 27679, 27680, 27681, 27682, 27683, 27684, 27685, 27686) AND il.`id_lang` = 4 ORDER by i.`position` |
265
ms
|
13 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3085
ORDER BY `position` |
265
ms
|
13 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
265
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 91 AND c.nright >= 92)
ORDER BY c.nleft |
264
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1309) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
263
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 755
ORDER BY `position` |
263
ms
|
6 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
263
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4435
ORDER BY `position` |
263
ms
|
6 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
263
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=268 AND c.id_category!=268
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
263
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.`id_category`, cl.`name`, cl.`link_rewrite` FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `prstshp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` = 5045
AND cl.`id_lang` = 4 |
263
ms
|
2 |
|
|
/classes/Product.php:3422
/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=305 AND c.id_category!=305
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
262
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 8503
ORDER BY `position` |
262
ms
|
8 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24909, 24910, 24911, 24912, 24913, 24914, 24915, 24916, 24917, 24918, 24919) AND il.`id_lang` = 4 ORDER by i.`position` |
262
ms
|
11 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3360
ORDER BY `position` |
262
ms
|
8 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10436
ORDER BY f.position ASC |
261
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
261
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:18<br>/classes/Category.php:1113<br>/modules/ets_megamenu/ets_megamenu.php:285<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
261
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23235) LIMIT 1 |
261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4563
ORDER BY `position` |
261
ms
|
11 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4569) LIMIT 1 |
261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
260
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
260
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
260
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10431
ORDER BY f.position ASC |
260
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
260
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10441
ORDER BY f.position ASC |
260
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=277 AND c.id_category!=277
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
260
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7366) |
259
ms
|
12 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10420
ORDER BY `position` |
259
ms
|
11 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
259
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
259
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2822) LIMIT 1 |
259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2211) LIMIT 1 |
259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4925
ORDER BY `position` |
259
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=311 AND c.id_category!=311
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
258
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
258
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
258
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
258
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
258
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
258
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (25940, 25941, 25942, 25943, 25944, 25945, 25946, 25947, 25948, 25949, 25950, 25951) AND il.`id_lang` = 4 ORDER by i.`position` |
257
ms
|
12 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
257
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
257
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
257
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
257
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=292 AND c.id_category!=292
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
257
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
256
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2648) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10432
ORDER BY f.position ASC |
256
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10435
ORDER BY f.position ASC |
256
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
255
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1045) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
255
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
255
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
255
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
255
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10433
ORDER BY f.position ASC |
255
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10429
ORDER BY f.position ASC |
255
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 1309 AND pa.`id_product` = 1309 AND pa.`id_product_attribute` = 22199 LIMIT 1 |
255
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7327) |
255
ms
|
6 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10403
ORDER BY f.position ASC |
254
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2211
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
254
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 8151
ORDER BY `position` |
254
ms
|
9 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2648 AND pa.`id_product` = 2648 AND pa.`id_product_attribute` = 23235 LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 704
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10431
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
5 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10443
ORDER BY f.position ASC |
254
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 704 AND pa.`id_product` = 704 AND pa.`id_product_attribute` = 27733 LIMIT 1 |
254
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
254
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
253
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2836
AND image_shop.`cover` = 1 LIMIT 1 |
253
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
253
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
253
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5045
ORDER BY `position` |
253
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3879) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
252
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
252
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
252
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 704) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
252
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4925 LIMIT 1 |
251
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
251
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=316 AND c.id_category!=316
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
251
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
251
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4569
ORDER BY `position` |
251
ms
|
9 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
251
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3246 AND `id_shop` = 1 |
251
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4283) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10421
ORDER BY f.position ASC |
251
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10434
ORDER BY f.position ASC |
251
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
251
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4926 LIMIT 1 |
250
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
250
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
250
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23235, 23236, 23237, 23238, 23239, 23240, 23241, 23242) AND il.`id_lang` = 4 ORDER by i.`position` |
250
ms
|
8 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 21 AND c.nright >= 22)
ORDER BY c.nleft |
250
ms
|
13 |
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10402
ORDER BY f.position ASC |
250
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
250
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
250
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
249
ms
|
1 |
|
|
/classes/Cart.php:4243
/classes/Cart.php:4218<br>/classes/Cart.php:2139<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3750) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 770) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM prstshp_supplier s
INNER JOIN prstshp_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
249
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:273<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
249
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
249
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4925) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
249
ms
|
9 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=281 AND c.id_category!=281
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
249
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3750
ORDER BY `position` |
249
ms
|
5 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3085) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24891, 24892, 24893, 24894) AND il.`id_lang` = 4 ORDER by i.`position` |
249
ms
|
4 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 8151 AND `id_shop` = 1 |
248
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2822
AND image_shop.`cover` = 1 LIMIT 1 |
248
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (22199, 22200, 22201, 22202, 22203, 22204, 22205, 22206, 22207) AND il.`id_lang` = 4 ORDER by i.`position` |
248
ms
|
9 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
248
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
248
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 3085 AND pa.`id_product` = 3085 AND pa.`id_product_attribute` = 23561 LIMIT 1 |
248
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4926) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2318) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2836) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4435) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
247
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
247
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
247
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
247
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
247
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 136) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/appagebuilder/classes/shortcodes/ApBlockLink.php:437<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5045) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10420
ORDER BY f.position ASC |
246
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
246
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
246
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4284) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10433
ORDER BY `position` |
246
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2648
AND image_shop.`cover` = 1 LIMIT 1 |
246
ms
|
8 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
246
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3360) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
246
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=267 AND c.id_category!=267
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
246
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3360) |
246
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 755) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
245
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3750
AND image_shop.`cover` = 1 LIMIT 1 |
245
ms
|
5 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3246) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 1822
ORDER BY `position` |
245
ms
|
5 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4563) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4569) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 103)
ORDER BY c.nleft |
244
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
244
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
244
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4736) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6608) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
244
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
244
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4680) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1822) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 103)
ORDER BY c.nleft |
243
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27903, 27904, 27905, 27906) AND il.`id_lang` = 4 ORDER by i.`position` |
243
ms
|
4 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
243
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8503
ORDER BY f.position ASC |
243
ms
|
1 |
Yes
|
|
/classes/Product.php:5897
/classes/Product.php:5759<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 8152
ORDER BY `position` |
242
ms
|
9 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3648
ORDER BY `position` |
242
ms
|
5 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10232
ORDER BY `position` |
242
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
242
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
242
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 49 AND c.nright >= 50)
ORDER BY c.nleft |
241
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
241
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 3750 AND pa.`id_product` = 3750 AND pa.`id_product_attribute` = 24034 LIMIT 1 |
241
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
241
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
241
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=314 AND c.id_category!=314
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
240
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10431) LIMIT 1 |
240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
240
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM prstshp_supplier s
INNER JOIN prstshp_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
239
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:549<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27733) LIMIT 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
239
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
239
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
239
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3648) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 91 AND c.nright >= 92)
ORDER BY c.nleft |
238
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
238
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
238
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 755
AND image_shop.`cover` = 1 LIMIT 1 |
238
ms
|
6 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
238
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
237
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 65 AND c.nright >= 66)
ORDER BY c.nleft |
237
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
237
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
237
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=272 AND c.id_category!=272
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
237
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=296 AND c.id_category!=296
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
237
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 6608 AND pa.`id_product` = 6608 AND pa.`id_product_attribute` = 25633 LIMIT 1 |
237
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 4
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:158<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=313 AND c.id_category!=313
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
237
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
237
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (25917, 25918, 25919, 25920, 25921, 25922) AND il.`id_lang` = 4 ORDER by i.`position` |
236
ms
|
6 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10422
ORDER BY `position` |
236
ms
|
7 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
236
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10422) |
236
ms
|
3 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
236
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=308 AND c.id_category!=308
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
236
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10441
ORDER BY `position` |
236
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5045
AND image_shop.`cover` = 1 LIMIT 1 |
235
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 755 AND pa.`id_product` = 755 AND pa.`id_product_attribute` = 27827 LIMIT 1 |
235
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
235
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 91 AND c.nright >= 92)
ORDER BY c.nleft |
235
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=307 AND c.id_category!=307
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
235
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10432
AND image_shop.`cover` = 1 LIMIT 1 |
235
ms
|
5 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3360 LIMIT 1 |
235
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7685) |
235
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 97 AND c.nright >= 98)
ORDER BY c.nleft |
235
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=320 AND c.id_category!=320
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
235
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label
FROM prstshp_supplier s
INNER JOIN prstshp_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1)
WHERE active=1
ORDER BY name asc |
235
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2523
/modules/ets_megamenu/ets_megamenu.php:957<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=270 AND c.id_category!=270
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
234
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 25 AND c.nright >= 26)
ORDER BY c.nleft |
234
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
234
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 770
AND image_shop.`cover` = 1 LIMIT 1 |
234
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=300 AND c.id_category!=300
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
234
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
234
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias` |
233
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
DELETE FROM `prstshp_hook_module`
WHERE `id_module` = 99 AND `id_hook` = 1026 |
233
ms
|
1 |
|
|
/classes/Hook.php:692
/classes/module/Module.php:1029<br>/modules/leoproductsearch/leoproductsearch.php:455<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
233
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
233
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
233
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21949) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
233
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26420, 26421, 26422) AND il.`id_lang` = 4 ORDER by i.`position` |
232
ms
|
3 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=324 AND c.id_category!=324
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
232
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
232
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
232
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
232
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23996, 23997) AND il.`id_lang` = 4 ORDER by i.`position` |
232
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (23557, 23558, 23559, 23560, 23561) AND il.`id_lang` = 4 ORDER by i.`position` |
232
ms
|
5 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
232
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
232
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
232
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10431
ORDER BY `position` |
232
ms
|
5 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4284
ORDER BY `position` |
232
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27913) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4680) |
231
ms
|
11 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 6608
ORDER BY `position` |
231
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
231
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
231
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1309
AND image_shop.`cover` = 1 LIMIT 1 |
231
ms
|
18 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
231
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (25724) AND il.`id_lang` = 4 ORDER by i.`position` |
231
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
231
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4736
ORDER BY `position` |
231
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=291 AND c.id_category!=291
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
231
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=326 AND c.id_category!=326
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
230
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
230
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27909, 27910, 27911, 27912, 27913) AND il.`id_lang` = 4 ORDER by i.`position` |
230
ms
|
5 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 53 AND c.nright >= 54)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=315 AND c.id_category!=315
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
230
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
230
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
230
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=328 AND c.id_category!=328
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
229
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
229
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_lang FROM prstshp_lang WHERE is_rtl=0 AND active=1 LIMIT 1 |
229
ms
|
6 |
|
|
/modules/ets_megamenu/ets_megamenu.php:3490
/modules/ets_megamenu/ets_megamenu.php:78<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 61 AND c.nright >= 62)
ORDER BY c.nleft |
229
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=329 AND c.id_category!=329
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
229
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 71 AND c.nright >= 72)
ORDER BY c.nleft |
229
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3750 AND `id_shop` = 1 |
228
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
228
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
228
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
228
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 69 AND c.nright >= 70)
ORDER BY c.nleft |
228
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10421) |
228
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 31 AND c.nright >= 32)
ORDER BY c.nleft |
228
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3360
AND image_shop.`cover` = 1 LIMIT 1 |
228
ms
|
8 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3085
AND image_shop.`cover` = 1 LIMIT 1 |
228
ms
|
13 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 704
ORDER BY `position` |
227
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=310 AND c.id_category!=310
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
227
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 78 AND c.nright >= 103)
ORDER BY c.nleft |
227
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
227
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=293 AND c.id_category!=293
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
227
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 2211
ORDER BY `position` |
227
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 8152) |
226
ms
|
13 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 57 AND c.nright >= 58)
ORDER BY c.nleft |
226
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=312 AND c.id_category!=312
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
226
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10421
ORDER BY `position` |
226
ms
|
8 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
226
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7641) |
225
ms
|
13 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24034, 24035) AND il.`id_lang` = 4 ORDER by i.`position` |
225
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3648 AND `id_shop` = 1 |
224
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_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 |
224
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5087
ORDER BY `position` |
224
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 52 AND c.nright >= 77)
ORDER BY c.nleft |
224
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 3246
ORDER BY `position` |
224
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4926
ORDER BY `position` |
223
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1822
AND image_shop.`cover` = 1 LIMIT 1 |
223
ms
|
5 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 21949 |
223
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4435) |
223
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7190
ORDER BY `position` |
223
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
223
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pr.`class` from `prstshp_appagebuilder_page` pa INNER JOIN `prstshp_appagebuilder_products` pr ON (pa.`page` = pr.`plist_key`) where pa.id_category = '307' AND pa.id_shop = '1' LIMIT 1 |
222
ms
|
294 |
|
|
/modules/appagebuilder/appagebuilder.php:1269
/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 770
ORDER BY `position` |
222
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 2836
ORDER BY `position` |
222
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10441) |
221
ms
|
4 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_css' LIMIT 1 |
221
ms
|
6 |
|
|
/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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 6906
ORDER BY `position` |
221
ms
|
2 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10435) |
221
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=294 AND c.id_category!=294
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
221
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1 |
221
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3648) |
220
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=269 AND c.id_category!=269
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
220
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10436 AND pa.`id_product` = 10436 AND pa.`id_product_attribute` = 27896 LIMIT 1 |
220
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24034) LIMIT 1 |
220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
219
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/shop/Shop.php:1027<br>/classes/Configuration.php:323<br>/modules/prestablog/prestablog.php:497<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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:596<br>/classes/Dispatcher.php:249<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` `cl` ON c.id_category = cl.id_category AND id_lang = 4 AND cl.id_shop = 1
WHERE (c.nleft <= 51 AND c.nright >= 110)
ORDER BY c.nleft |
219
ms
|
70 |
Yes
|
|
/classes/Product.php:7746
/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4926) |
219
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4563) |
218
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (25632, 25633) AND il.`id_lang` = 4 ORDER by i.`position` |
218
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
218
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/myprestacomments/myprestacomments.php:67<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4569 AND `id_shop` = 1 |
218
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27733, 27734, 27735) AND il.`id_lang` = 4 ORDER by i.`position` |
218
ms
|
3 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 6777
ORDER BY `position` |
218
ms
|
1 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10443
ORDER BY `position` |
218
ms
|
7 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=290 AND c.id_category!=290
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
218
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
218
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10443) |
217
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27827) AND il.`id_lang` = 4 ORDER by i.`position` |
217
ms
|
3 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10433) |
217
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26146, 26147, 26148, 26149, 26150) AND il.`id_lang` = 4 ORDER by i.`position` |
217
ms
|
5 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4569) |
217
ms
|
4 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 287 LIMIT 1 |
217
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10436
ORDER BY `position` |
216
ms
|
6 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10436) |
216
ms
|
4 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 8503) |
216
ms
|
6 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10434
ORDER BY `position` |
216
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 23235 |
216
ms
|
2 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNav1" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
216
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2239<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/appagebuilder/classes/shortcodes/ApBlockLink.php:437<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 7327 AND `id_shop` = 1 |
216
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
216
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7873) |
215
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10434) |
215
ms
|
3 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 4563 AND pa.`id_product` = 4563 AND pa.`id_product_attribute` = 24886 LIMIT 1 |
215
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module`, `id_shop`
FROM `prstshp_hook_module`
WHERE `id_hook` = 1026
ORDER BY `position` |
215
ms
|
1 |
Yes
|
|
/classes/module/Module.php:2090
/classes/Hook.php:695<br>/classes/module/Module.php:1029<br>/modules/leoproductsearch/leoproductsearch.php:455<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
214
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:18<br>/modules/ps_categorytree/ps_categorytree.php:346<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26403, 26404, 26405, 26406, 26407, 26408) AND il.`id_lang` = 4 ORDER by i.`position` |
214
ms
|
6 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=309 AND c.id_category!=309
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
213
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 22199) LIMIT 1 |
213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10432) |
213
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10403) |
213
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24886, 24887, 24888, 24889, 24890) AND il.`id_lang` = 4 ORDER by i.`position` |
213
ms
|
5 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4284) |
213
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=306 AND c.id_category!=306
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
213
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10420) |
213
ms
|
5 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, pp.`id_appagebuilder` FROM `prstshp_appagebuilder_shortcode` p
INNER JOIN `prstshp_appagebuilder_shortcode_shop` ps on(p.`id_appagebuilder_shortcode` = ps.`id_appagebuilder_shortcode`)
INNER JOIN `prstshp_appagebuilder` pp on(p.`id_appagebuilder_shortcode` = pp.`id_appagebuilder_shortcode`) WHERE
p.`shortcode_key` = "sc2199752206" AND ps.`active`= 1 AND ps.`id_shop` = 1 LIMIT 1 |
213
ms
|
244 |
|
|
/modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php:250
/modules/appagebuilder/appagebuilder.php:2359<br>/modules/appagebuilder/appagebuilder.php:2317<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:274<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27893, 27894, 27895, 27896) AND il.`id_lang` = 4 ORDER by i.`position` |
212
ms
|
8 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24034 |
212
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27863, 27864, 27865, 27866, 27867) AND il.`id_lang` = 4 ORDER by i.`position` |
212
ms
|
5 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23561) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4283) |
211
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
211
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4736) |
211
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`, id_shop
FROM `prstshp_cart_product`
WHERE `id_cart` = 0
ORDER BY `date_add` DESC LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Cart.php:634
/modules/ets_abandonedcart/ets_abandonedcart.php:890<br>/modules/ets_abandonedcart/ets_abandonedcart.php:814<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10402
ORDER BY `position` |
211
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=287 AND c.id_category!=287
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
210
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10432
ORDER BY `position` |
210
ms
|
5 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 27733 |
210
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 23996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 27827 |
210
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27827) LIMIT 1 |
210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 6608) |
210
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3246) |
209
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10429) |
209
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 7190) |
209
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 6777) |
209
ms
|
3 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10232) |
209
ms
|
3 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 5087) |
209
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24064 |
208
ms
|
2 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 22931 |
208
ms
|
2 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4925) |
208
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 5045 AND `id_shop` = 1 |
207
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27884, 27885) AND il.`id_lang` = 4 ORDER by i.`position` |
207
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "leoquicklogin" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/appagebuilder/classes/shortcodes/ApQuicklogin.php:106<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10429
AND image_shop.`cover` = 1 LIMIT 1 |
206
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10429
ORDER BY `position` |
206
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE rm.*, rml.`name`, rml.`id_lang`
FROM `prstshp_wk_reward_memberships` AS rm
INNER JOIN `prstshp_wk_reward_memberships_lang` AS rml ON
(rml.`id_reward_membership` = rm.`id_reward_membership`)
WHERE rml.`id_lang` = 4 |
206
ms
|
1 |
|
|
/modules/wkrewardsystem/classes/WkRewardMemberships.php:99
/modules/wkrewardsystem/classes/WkRewardPoint.php:64<br>/modules/wkrewardsystem/wkrewardsystem.php:757<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 6608 AND `id_shop` = 1 |
206
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 6906) |
205
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 10402) |
205
ms
|
2 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=299 AND c.id_category!=299
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
205
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 8151) |
205
ms
|
1 |
|
|
/classes/Product.php:3820
/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 27885 |
205
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10232 AND pa.`id_product` = 10232 AND pa.`id_product_attribute` = 26564 LIMIT 1 |
205
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3648
AND image_shop.`cover` = 1 LIMIT 1 |
204
ms
|
5 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM `prstshp_orders` o
LEFT JOIN `prstshp_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 1203 LIMIT 1 |
204
ms
|
1 |
|
|
/classes/order/Order.php:857
/classes/CartRule.php:467<br>/classes/CartRule.php:555<br>/classes/Cart.php:551<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=276 AND c.id_category!=276
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
204
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10435
ORDER BY `position` |
204
ms
|
3 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
204
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/appagebuilder/classes/shortcodes/ApBlockLink.php:437<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4563
AND image_shop.`cover` = 1 LIMIT 1 |
203
ms
|
11 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_hook_module
WHERE `id_hook` = 15
AND `id_module` = 25
AND `id_shop` = 1 |
203
ms
|
0 |
|
|
/classes/Hook.php:566
/classes/module/Module.php:2369<br>/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104<br>/modules/ps_googleanalytics/ps_googleanalytics.php:94<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10403
ORDER BY `position` |
203
ms
|
4 |
Yes
|
|
/classes/Product.php:3508
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 269) AND (b.`id_shop` = 1) LIMIT 1 |
203
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 8152 AND pa.`id_product` = 8152 AND pa.`id_product_attribute` = 26207 LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27889, 27890, 28180) AND il.`id_lang` = 4 ORDER by i.`position` |
202
ms
|
3 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 2318 AND `id_shop` = 1 |
202
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 27826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
201
ms
|
3 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/appagebuilder/appagebuilder.php:2535<br>/modules/appagebuilder/appagebuilder.php:2049<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
200
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/ets_megamenu/ets_megamenu.php:3127<br>/modules/ets_megamenu/ets_megamenu.php:2409<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 22199 |
200
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE rm.*, rml.`name`, rml.`id_lang`
FROM `prstshp_wk_reward_memberships` AS rm
INNER JOIN `prstshp_wk_reward_memberships_lang` AS rml ON
(rml.`id_reward_membership` = rm.`id_reward_membership`)
WHERE rml.`id_lang` = 4 |
200
ms
|
1 |
|
|
/modules/wkrewardsystem/classes/WkRewardMemberships.php:99
/modules/wkrewardsystem/classes/WkRewardPoint.php:64<br>/modules/wkrewardsystem/wkrewardsystem.php:216<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
200
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
200
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2003<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 23561 |
199
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4926
AND image_shop.`cover` = 1 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27868, 27869, 27870) AND il.`id_lang` = 4 ORDER by i.`position` |
199
ms
|
3 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10421 AND pa.`id_product` = 10421 AND pa.`id_product_attribute` = 27863 LIMIT 1 |
199
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=327 AND c.id_category!=327
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
199
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24891 |
198
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4563 AND `id_shop` = 1 |
198
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
198
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:206<br>/classes/Product.php:2752<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 142) AND (b.`id_shop` = 1) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/ets_megamenu/ets_megamenu.php:3060<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26563, 26564, 26565) AND il.`id_lang` = 4 ORDER by i.`position` |
198
ms
|
4 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26095, 26096) AND il.`id_lang` = 4 ORDER by i.`position` |
198
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10429 AND pa.`id_product` = 10429 AND pa.`id_product_attribute` = 27882 LIMIT 1 |
197
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
196
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24918 |
196
ms
|
2 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4569
AND image_shop.`cover` = 1 LIMIT 1 |
196
ms
|
9 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27863) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/ets_megamenu/ets_megamenu.php:3123<br>/modules/ets_megamenu/ets_megamenu.php:2409<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 4569 AND pa.`id_product` = 4569 AND pa.`id_product_attribute` = 24891 LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10433 AND pa.`id_product` = 10433 AND pa.`id_product_attribute` = 27888 LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 137) AND (b.`id_shop` = 1) LIMIT 1 |
196
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/ets_megamenu/ets_megamenu.php:3060<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 3879 AND pa.`id_product` = 3879 AND pa.`id_product_attribute` = 24064 LIMIT 1 |
196
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
195
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24402 |
195
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27868) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 1309 AND `id_shop` = 1 |
195
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 25633 |
195
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=280 AND c.id_category!=280
GROUP BY c.id_category ORDER BY c.position ASC,c.id_category ASC |
194
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10431 AND pa.`id_product` = 10431 AND pa.`id_product_attribute` = 27885 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 4435 AND pa.`id_product` = 4435 AND pa.`id_product_attribute` = 24402 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7327
AND image_shop.`cover` = 1 LIMIT 1 |
194
ms
|
19 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM prstshp_category c
INNER JOIN prstshp_category_shop cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN prstshp_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=4
WHERE c.active=1 AND c.id_parent=321 AND c.id_category!=321
GROUP BY c.id_category ORDER BY cl.name ASC,c.id_category ASC |
194
ms
|
6 |
Yes
|
Yes
|
/modules/ets_megamenu/ets_megamenu.php:3464
/modules/ets_megamenu/ets_megamenu.php:3411<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8503
AND image_shop.`cover` = 1 LIMIT 1 |
193
ms
|
8 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (24401, 24402) AND il.`id_lang` = 4 ORDER by i.`position` |
193
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27885 LIMIT 1 |
193
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10443
AND image_shop.`cover` = 1 LIMIT 1 |
193
ms
|
7 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
193
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27891, 27892) AND il.`id_lang` = 4 ORDER by i.`position` |
192
ms
|
4 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 3648 AND pa.`id_product` = 3648 AND pa.`id_product_attribute` = 23996 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4925
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 1822 AND `id_shop` = 1 |
192
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10435 AND pa.`id_product` = 10435 AND pa.`id_product_attribute` = 27891 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2318
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
17 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10420
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
11 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_edit_mode' LIMIT 1 |
192
ms
|
6 |
|
|
/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:525<br>/modules/creativeelements/includes/frontend.php:545<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/classes/assets/CEAssetManager.php:154<br>/modules/creativeelements/classes/assets/CEAssetManager.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4284
AND image_shop.`cover` = 1 LIMIT 1 |
192
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10422 AND pa.`id_product` = 10422 AND pa.`id_product_attribute` = 27868 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.`id_product_attribute`, al.`name` AS attribute_name
FROM `prstshp_product_attribute_combination` pac
LEFT JOIN `prstshp_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `prstshp_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `prstshp_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 24886 |
191
ms
|
1 |
|
|
/modules/cdc_googletagmanager/services/PrestashopUtils.php:73
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:83<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10443 AND pa.`id_product` = 10443 AND pa.`id_product_attribute` = 27909 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3246
AND image_shop.`cover` = 1 LIMIT 1 |
191
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2318 AND pa.`id_product` = 2318 AND pa.`id_product_attribute` = 22931 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1 |
190
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
190
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27888) AND il.`id_lang` = 4 ORDER by i.`position` |
190
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3879
AND image_shop.`cover` = 1 LIMIT 1 |
190
ms
|
95 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
190
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 7685 AND pa.`id_product` = 7685 AND pa.`id_product_attribute` = 26095 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10432 AND pa.`id_product` = 10432 AND pa.`id_product_attribute` = 27886 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27861 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) LIMIT 1 |
189
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1146<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1405<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10441 AND pa.`id_product` = 10441 AND pa.`id_product_attribute` = 27903 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
189
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6608
AND image_shop.`cover` = 1 LIMIT 1 |
189
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 4680 AND pa.`id_product` = 4680 AND pa.`id_product_attribute` = 24918 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
188
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 8503 AND pa.`id_product` = 8503 AND pa.`id_product_attribute` = 26403 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7873
AND image_shop.`cover` = 1 LIMIT 1 |
188
ms
|
12 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10421
AND image_shop.`cover` = 1 LIMIT 1 |
188
ms
|
8 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
188
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
188
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4283
AND image_shop.`cover` = 1 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10436
AND image_shop.`cover` = 1 LIMIT 1 |
188
ms
|
6 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27896) LIMIT 1 |
188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1 |
188
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3955<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
188
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
187
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5087
AND image_shop.`cover` = 1 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 7327 AND pa.`id_product` = 7327 AND pa.`id_product_attribute` = 25920 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4435
AND image_shop.`cover` = 1 LIMIT 1 |
187
ms
|
6 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10434 AND pa.`id_product` = 10434 AND pa.`id_product_attribute` = 27889 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `prstshp_group` g
LEFT JOIN `prstshp_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 4)
ORDER BY g.`id_group` ASC |
187
ms
|
6 |
|
|
/classes/Group.php:111
/modules/wkrewardsystem/classes/WkRewardPoint.php:61<br>/modules/wkrewardsystem/wkrewardsystem.php:757<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 6906 AND pa.`id_product` = 6906 AND pa.`id_product_attribute` = 25724 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 6777 AND pa.`id_product` = 6777 AND pa.`id_product_attribute` = 26421 LIMIT 1 |
187
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10434
AND image_shop.`cover` = 1 LIMIT 1 |
187
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` |
187
ms
|
9 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/appagebuilder/appagebuilder.php:2055<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10432 AND `id_shop` = 1 |
187
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10403
AND image_shop.`cover` = 1 LIMIT 1 |
186
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
186
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10433
AND image_shop.`cover` = 1 LIMIT 1 |
186
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 7366 AND pa.`id_product` = 7366 AND pa.`id_product_attribute` = 25947 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 7873 AND pa.`id_product` = 7873 AND pa.`id_product_attribute` = 26146 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10403 AND pa.`id_product` = 10403 AND pa.`id_product_attribute` = 27826 LIMIT 1 |
185
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4736
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:49<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:140<br>/modules/ps_googleanalytics/ps_googleanalytics.php:134<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:396<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27886) LIMIT 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
185
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10402 AND pa.`id_product` = 10402 AND pa.`id_product_attribute` = 27824 LIMIT 1 |
185
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7685
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
7 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 1822 LIMIT 1 |
185
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10422
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
7 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 755) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10232 AND `id_shop` = 1 |
184
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 7641 AND pa.`id_product` = 7641 AND pa.`id_product_attribute` = 26072 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27886, 27887) AND il.`id_lang` = 4 ORDER by i.`position` |
184
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4680
AND image_shop.`cover` = 1 LIMIT 1 |
184
ms
|
13 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10435
AND image_shop.`cover` = 1 LIMIT 1 |
184
ms
|
3 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
184
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 10420 AND pa.`id_product` = 10420 AND pa.`id_product_attribute` = 27861 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7366
AND image_shop.`cover` = 1 LIMIT 1 |
183
ms
|
13 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10402
AND image_shop.`cover` = 1 LIMIT 1 |
183
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
183
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2005<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27824, 27825) AND il.`id_lang` = 4 ORDER by i.`position` |
183
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27888) LIMIT 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
183
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 7873 AND `id_shop` = 1 |
183
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
183
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7190
AND image_shop.`cover` = 1 LIMIT 1 |
183
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 2648 AND `id_shop` = 1 |
182
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (26206) AND il.`id_lang` = 4 ORDER by i.`position` |
182
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27826, 27980) AND il.`id_lang` = 4 ORDER by i.`position` |
182
ms
|
2 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4563 LIMIT 1 |
182
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10429 AND `id_shop` = 1 |
182
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
182
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
182
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10441
AND image_shop.`cover` = 1 LIMIT 1 |
182
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 8151 AND pa.`id_product` = 8151 AND pa.`id_product_attribute` = 26206 LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Product.php:1135
/classes/Product.php:5753<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
182
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27733 LIMIT 1 |
182
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
182
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
181
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24064) LIMIT 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 314) AND (b.`id_shop` = 1) LIMIT 1 |
181
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1 |
181
ms
|
6 |
|
|
/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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10434 AND `id_shop` = 1 |
181
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 770 AND `id_shop` = 1 |
181
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 5087 AND `id_shop` = 1 |
181
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
180
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_cms` a
LEFT JOIN `prstshp_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 4
LEFT JOIN `prstshp_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 141) AND (b.`id_shop` = 1) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Link.php:560<br>/modules/ets_megamenu/ets_megamenu.php:3123<br>/modules/ets_megamenu/ets_megamenu.php:2409<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
180
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6906
AND image_shop.`cover` = 1 LIMIT 1 |
180
ms
|
2 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 5045 LIMIT 1 |
180
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10441 AND `id_shop` = 1 |
180
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
179
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3360 LIMIT 1 |
179
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10232
AND image_shop.`cover` = 1 LIMIT 1 |
179
ms
|
4 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 12) LIMIT 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:1242<br>/modules/wkrewardsystem/wkrewardsystem.php:645<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7641
AND image_shop.`cover` = 1 LIMIT 1 |
179
ms
|
32 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27827 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6777
AND image_shop.`cover` = 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5045 LIMIT 1 |
179
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4680 AND `id_shop` = 1 |
179
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
179
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
178
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24034 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 7685 AND `id_shop` = 1 |
178
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 286 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8152
AND image_shop.`cover` = 1 LIMIT 1 |
178
ms
|
9 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
178
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
177
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24891) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10433 AND `id_shop` = 1 |
177
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
177
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_configuration` WHERE `id_reward_type` = 2 LIMIT 1 |
177
ms
|
13 |
|
|
/modules/wkrewardsystem/classes/WkRewardConfiguration.php:100
/modules/wkrewardsystem/wkrewardsystem.php:203<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24886) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 23996) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3879 |
177
ms
|
105 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10435 AND `id_shop` = 1 |
177
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 286 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE data
FROM `prstshp_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
176
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89<br>/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61<br>/modules/ps_googleanalytics/ps_googleanalytics.php:134<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:396<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8151
AND image_shop.`cover` = 1 LIMIT 1 |
176
ms
|
9 |
|
|
/classes/Product.php:3533
/classes/Product.php:5598<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=7
ORDER BY sort_order asc |
176
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 4926 LIMIT 1 |
176
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27909) LIMIT 1 |
176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 22199 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2211 LIMIT 1 |
175
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1822 LIMIT 1 |
175
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 704 AND `id_shop` = 1 |
175
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 313) AND (b.`id_shop` = 1) LIMIT 1 |
175
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
175
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_edit_mode' LIMIT 1 |
175
ms
|
6 |
|
|
/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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4283 AND `id_shop` = 1 |
175
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 2836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayNavFullWidth" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
174
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2249<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:124<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4925 AND `id_shop` = 1 |
174
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27824) LIMIT 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26207) LIMIT 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
174
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
UPDATE `prstshp_hook_module`
SET `position` = 1
WHERE `id_hook` = 1026
AND `id_module` = 174 AND `id_shop` = 1 |
174
ms
|
1 |
|
|
/classes/module/Module.php:2101
/classes/Hook.php:695<br>/classes/module/Module.php:1029<br>/modules/leoproductsearch/leoproductsearch.php:455<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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 1045 AND `id_shop` = 1 |
174
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "psgdpr" LIMIT 1 |
174
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/includes/base/element-base.php:925<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
174
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (27882) AND il.`id_lang` = 4 ORDER by i.`position` |
174
ms
|
1 |
Yes
|
|
/classes/Product.php:2894
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24402) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_display_content` WHERE `id_reward_type` = 2 AND `id_lang` = 4 AND `position` = 1 LIMIT 1 |
173
ms
|
8 |
|
|
/modules/wkrewardsystem/classes/WkRewardDisplayContent.php:72
/modules/wkrewardsystem/wkrewardsystem.php:227<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27882) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27903) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27889) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
173
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27891) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10402 AND `id_shop` = 1 |
173
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 704) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 281) LIMIT 1 |
173
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 305 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 22931) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 5045 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
172
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2822 LIMIT 1 |
172
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10443 AND `id_shop` = 1 |
172
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
172
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27863) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 704 LIMIT 1 |
172
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2836 LIMIT 1 |
172
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24918) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1 |
171
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4926 AND `id_shop` = 1 |
171
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4680 AND `id_shop` = 1 |
171
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 24034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0 |
171
ms
|
3 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 6608 AND `id_shop` = 1 |
171
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 1 |
171
ms
|
6 |
|
|
/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>/modules/ets_abandonedcart/ets_abandonedcart.php:1246<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1050<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 23561 LIMIT 1 |
171
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
171
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_point` wrp WHERE `id_reward_type` =2 AND `is_global` = 1 LIMIT 1 |
171
ms
|
11 |
|
|
/modules/wkrewardsystem/classes/WkRewardPoint.php:139
/modules/wkrewardsystem/classes/WkRewardPoint.php:333<br>/modules/wkrewardsystem/wkrewardsystem.php:218<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27885) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
171
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/ets_megamenu/ets_megamenu.php:3127<br>/modules/ets_megamenu/ets_megamenu.php:2409<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1309 LIMIT 1 |
171
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27861) LIMIT 1 |
171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3750 LIMIT 1 |
171
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 24034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 755 AND `id_shop` = 1 |
171
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
171
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 2211 AND `id_shop` = 1 |
170
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 7366 AND `id_shop` = 1 |
170
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24886 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22199) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
170
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23235) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3360 AND `id_shop` = 1 |
170
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2648 LIMIT 1 |
170
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 3085 AND `id_shop` = 1 |
170
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 299 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 25920) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26095) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
169
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 8503 AND `id_shop` = 1 |
169
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10420
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
169
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 5087 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 272) AND (b.`id_shop` = 1) LIMIT 1 |
169
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 25947) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
169
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 302 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26564) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1248<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1050<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4569 AND `id_shop` = 1 |
169
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26146) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 755) AND (id_product_attribute = 27827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
169
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
168
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 25633) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26421) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
168
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 25724) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_leoslideshow_groups gr
WHERE gr.id_shop = 1 AND gr.hook = "displayLeftColumn" AND gr.`active` = 1
ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
168
ms
|
1 |
|
|
/modules/leoslideshow/classes/LeoSlideshowGroup.php:175
/modules/leoslideshow/leoslideshow.php:1969<br>/modules/leoslideshow/leoslideshow.php:2199<br>/modules/leoslideshow/leoslideshow.php:2259<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10436 AND `id_shop` = 1 |
168
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 26207) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26072) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
167
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26206) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26403) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
167
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 2) LIMIT 1 |
167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:584<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 21949 LIMIT 1 |
167
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 27733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 8152 AND `id_shop` = 1 |
167
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4736 AND `id_shop` = 1 |
167
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4435 AND `id_shop` = 1 |
167
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23235) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10431 LIMIT 1 |
166
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 6) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:748<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 2822 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3360) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 755 LIMIT 1 |
166
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 27826) LIMIT 1 |
166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4563
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
166
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 2822 AND `id_shop` = 1 |
165
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 4736 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
165
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 23235 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 6777 AND `id_shop` = 1 |
165
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `from` BETWEEN '2025-08-24 00:00:00' AND '2025-08-24 23:59:59' LIMIT 1 |
165
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
165
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
165
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 4284 AND `id_shop` = 1 |
164
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
164
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
164
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4283 LIMIT 1 |
164
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 770 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 2836 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27888 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 0 AND name = 'elementor_fonts_manager_font_types' LIMIT 1 |
163
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/core/base/document.php:410<br>/modules/creativeelements/core/document-types/post.php:87<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/includes/base/controls-stack.php:350<br>/modules/creativeelements/includes/base/controls-stack.php:1079<br>/modules/creativeelements/includes/base/controls-stack.php:1215<br>/modules/creativeelements/core/base/document.php:230<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22199) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
163
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22913) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 4283 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_lang FROM prstshp_lang WHERE is_rtl=1 AND active=1 LIMIT 1 |
162
ms
|
6 |
|
|
/modules/ets_megamenu/ets_megamenu.php:3490
/modules/ets_megamenu/ets_megamenu.php:78<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
162
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
162
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 2836 AND `id_shop` = 1 |
162
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 1822 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1045 AND `id_group` = 1 LIMIT 1 |
161
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2822 AND id_shop=1 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 6906 AND `id_shop` = 1 |
161
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1 |
161
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1146<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1405<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
161
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 304 AND `id_shop` = 1 |
161
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21950) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
160
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_product_lang`
WHERE `id_product` = 10431 AND `id_shop` = 1 |
160
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27864) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 170 |
160
ms
|
6 |
|
|
/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:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 3360 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 170) LIMIT 1 |
159
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:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 2211 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1045 LIMIT 1 |
159
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 4925 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) LIMIT 1 |
159
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 3246 LIMIT 1 |
159
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 27733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 2211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 281 LIMIT 1 |
158
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
157
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias` |
157
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
157
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 168) LIMIT 1 |
157
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:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 136 AND `id_shop` = 1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:37<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 316) LIMIT 1 |
156
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2003<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 302 AND `id_shop` = 1 |
156
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3085 LIMIT 1 |
156
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1 |
156
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 770) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 10 |
156
ms
|
6 |
|
|
/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10434 AND id_shop=1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 755) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_wp_page_template' LIMIT 1 |
155
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:223<br>/modules/creativeelements/core/settings/base/manager.php:390<br>/modules/creativeelements/core/settings/base/manager.php:118<br>/modules/creativeelements/core/settings/page/manager.php:80<br>/modules/creativeelements/core/settings/manager.php:173<br>/modules/creativeelements/includes/frontend.php:955<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/classes/assets/CEAssetManager.php:154<br>/modules/creativeelements/classes/assets/CEAssetManager.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 292 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2648
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
155
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 27889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_page_settings' LIMIT 1 |
155
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/settings/page/manager.php:216<br>/modules/creativeelements/core/settings/base/manager.php:390<br>/modules/creativeelements/core/settings/base/manager.php:118<br>/modules/creativeelements/core/settings/page/manager.php:80<br>/modules/creativeelements/core/settings/manager.php:173<br>/modules/creativeelements/includes/frontend.php:955<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/classes/assets/CEAssetManager.php:154<br>/modules/creativeelements/classes/assets/CEAssetManager.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
154
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 770 LIMIT 1 |
154
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 295 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7327 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2318 LIMIT 1 |
154
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
154
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
153
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "precustomprice" LIMIT 1 |
153
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/override/classes/Product.php:37<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
153
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 302) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 274 AND `id_shop` = 1 |
153
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
153
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM prstshp_product_attribute pa
INNER JOIN prstshp_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 = 4284 LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Product.php:1037
/classes/Product.php:3777<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 168 |
153
ms
|
6 |
|
|
/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:3886<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 2822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_appagebuilder_positions` WHERE id_appagebuilder_positions IN(15,16,17,18) |
153
ms
|
4 |
|
|
/modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404
/modules/appagebuilder/appagebuilder.php:2869<br>/modules/appagebuilder/appagebuilder.php:2238<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM prstshp_image_type
WHERE `name` = 'home_default' LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Image.php:510
/modules/appagebuilder/appagebuilder.php:2055<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 286 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 704
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 770
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2211
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
152
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
152
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1207<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 316 AND `id_shop` = 1 |
152
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1 |
152
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3750
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
152
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
152
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:183<br>/index.php:27
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 302 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "prestablog" LIMIT 1 |
151
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1 |
151
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 12) LIMIT 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:60<br>/modules/wkrewardsystem/wkrewardsystem.php:605<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 281 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10431 AND id_shop=1 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 309 AND `id_shop` = 1 |
151
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
151
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=21
ORDER BY sort_order asc |
151
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3360) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3360
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
151
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 280 AND `id_shop` = 1 |
151
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
150
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 309) LIMIT 1 |
150
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24152) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 755) AND (id_product_attribute = 27827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 292 AND `id_shop` = 1 |
150
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 27826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 704 AND id_shop=1 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 281 AND `id_shop` = 1 |
150
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 770 AND id_shop=1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2836 AND id_shop=1 LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 287) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 332) AND (b.`id_shop` = 1) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/override/classes/Category.php:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/modules/ets_megamenu/ets_megamenu.php:3127<br>/modules/ets_megamenu/ets_megamenu.php:2409<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 309) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
149
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 305 AND `id_shop` = 1 |
149
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 295 AND `id_shop` = 1 |
149
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
149
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1 |
149
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:54<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 287 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 2 |
148
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:49<br>/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:140<br>/modules/ps_googleanalytics/ps_googleanalytics.php:134<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:396<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10431
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
148
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
148
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 299 AND `id_shop` = 1 |
148
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 5045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
148
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 280 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23559) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) LIMIT 1 |
147
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 299) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `to` BETWEEN '2025-08-24 00:00:00' AND '2025-08-24 23:59:59' LIMIT 1 |
147
ms
|
1 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 305) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 295) LIMIT 1 |
147
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 286) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 309 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 5087 LIMIT 1 |
147
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 1822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24891 LIMIT 1 |
147
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 23996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2648 |
147
ms
|
8 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 295) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1309 AND id_shop=1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23561) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 281 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2211 AND id_shop=1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1045 AND id_shop=1 LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 271 AND `id_shop` = 1 |
146
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 755
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
146
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 281) LIMIT 1 |
146
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
145
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 755 AND id_shop=1 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23557) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
145
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1207<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3648 |
145
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25917) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
145
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 299) LIMIT 1 |
145
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1045 |
145
ms
|
23 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2648 AND id_shop=1 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 704 |
145
ms
|
3 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
145
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4284) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 299 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 302) LIMIT 1 |
144
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 287 AND `id_shop` = 1 |
144
ms
|
6 |
|
|
/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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 5045 |
144
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
144
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 280) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27882 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) LIMIT 1 |
144
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 280) LIMIT 1 |
144
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
144
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 324) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
144
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27903) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 27868) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) LIMIT 1 |
143
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:18<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:111<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10429) AND (id_product_attribute = 27882) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_edit_mode' LIMIT 1 |
143
ms
|
6 |
|
|
/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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3750 AND id_shop=1 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1309 |
143
ms
|
9 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 26207) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27891 LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
143
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `width`, `height`
FROM prstshp_image_type
WHERE `name` = 'medium_default' LIMIT 1 |
143
ms
|
1 |
|
|
/classes/Image.php:510
/modules/appagebuilder/appagebuilder.php:2056<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27910) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 27826) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) LIMIT 1 |
142
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
142
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
142
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 27889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 304) LIMIT 1 |
142
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1822 AND id_shop=1 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3750 |
142
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
142
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
142
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_ce_revision FROM prstshp_ce_revision WHERE parent = 307040401 AND active = 0 AND id_employee = 0 LIMIT 1 |
142
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:461
/modules/creativeelements/includes/utils.php:224<br>/modules/creativeelements/core/base/document.php:852<br>/modules/creativeelements/core/documents-manager.php:255<br>/modules/creativeelements/core/settings/page/model.php:182<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/includes/base/controls-stack.php:350<br>/modules/creativeelements/includes/base/controls-stack.php:1079<br>/modules/creativeelements/includes/base/controls-stack.php:1215<br>/modules/creativeelements/core/settings/manager.php:176<br>/modules/creativeelements/includes/frontend.php:955<br>/modules/creativeelements/core/base/base-object.php:143<br>/modules/creativeelements/core/base/base-object.php:46<br>/modules/creativeelements/core/base/app.php:36<br>/modules/creativeelements/includes/frontend.php:469<br>/modules/creativeelements/includes/frontend.php:546<br>:undefined<br>/modules/creativeelements/classes/wrappers/Helper.php:207<br>/modules/creativeelements/classes/assets/CEAssetManager.php:154<br>/modules/creativeelements/classes/assets/CEAssetManager.php:132<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:254<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22200) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7327
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
142
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
141
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `prstshp_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 |
141
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:18<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/var/cache/dev/smarty/compile/progettocuore/5e/62/af/5e62afbe455daea498a535d0fbe08533108cb077_2.file.categories-tree.tpl.php:33<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3421<br>/modules/ets_megamenu/ets_megamenu.php:3066<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 274) LIMIT 1 |
141
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1) |
141
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 27980) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 8152 |
141
ms
|
13 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 5045
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
141
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 286 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "wkpaymentfee" LIMIT 1 |
140
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/override/classes/Product.php:14<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22931) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 280 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 292) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 2648) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4926 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3246) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27903) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 292 LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2822
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
140
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1045
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
140
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
140
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 27824) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 27889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) LIMIT 1 |
140
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 264) LIMIT 1 |
140
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:18<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1156<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1213<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 8151 |
139
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 27891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 8151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27866) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1309
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
139
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27863 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27826 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 24402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 307 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3360 |
139
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7641 |
139
ms
|
13 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=6
ORDER BY sort_order asc |
139
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
139
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
139
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 307 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
138
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
138
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
138
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22914) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3085
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
138
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "appagebuilder" LIMIT 1 |
138
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
138
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27889 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4283 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24918 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4736 LIMIT 1 |
137
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26146) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27909) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10433) AND (id_product_attribute = 27888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 26421) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25920) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 27891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21951) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27868 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27886 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 27886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
137
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 6608 LIMIT 1 |
137
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2836
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
137
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
137
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 25920 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 469
AND `active` = 1 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ets_awesomeurl" LIMIT 1 |
137
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Product.php:65<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 23996 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27903 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
136
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 5045 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10402 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2009<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
136
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 27825) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10433) AND (id_product_attribute = 27888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27863) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22931) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24064) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10429 LIMIT 1 |
136
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_wp_page_template' LIMIT 1 |
136
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/document-types/post.php:244<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 27868) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 704 AND `id_group` = 1 LIMIT 1 |
136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 5087 LIMIT 1 |
136
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 27886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10441 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 27861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 27885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10422 LIMIT 1 |
136
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23558) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27909 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
135
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24064 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4284 LIMIT 1 |
135
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22931) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26146 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 25947 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7685
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
135
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
135
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1822 AND `id_group` = 1 LIMIT 1 |
135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_point` WHERE `id_reward_type` = 6 AND id_customer_type = 2 AND id_customer_type_value = 1 AND id_element = 307 LIMIT 1 |
135
ms
|
11 |
|
|
/modules/wkrewardsystem/classes/WkRewardPoint.php:176
/modules/wkrewardsystem/classes/WkRewardPoint.php:311<br>/modules/wkrewardsystem/wkrewardsystem.php:773<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10443 |
135
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 27861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24069) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 27891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27896 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 23997) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 307 LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
134
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
134
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24065) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 7190 LIMIT 1 |
134
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 27885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
134
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7366 |
134
ms
|
12 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27896) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26147) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27893) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10429) AND (id_product_attribute = 27882) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27904) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
134
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1822
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
134
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10421 LIMIT 1 |
134
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27909) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 27869) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1 |
134
ms
|
6 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1248<br>/modules/ets_abandonedcart/ets_abandonedcart.php:1050<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:78<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
134
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:2009<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_data' LIMIT 1 |
134
ms
|
6 |
|
|
/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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25940) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3085 AND id_shop=1 LIMIT 1 |
134
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26403 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
133
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 28202) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 307) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
133
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4283 |
133
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 22931 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10232 |
133
ms
|
3 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10436 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 24402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 6608 AND id_shop=1 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4925 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4736) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
133
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4680 LIMIT 1 |
133
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2211 AND `id_group` = 1 LIMIT 1 |
133
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24064) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 309 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26075) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10431 AND `id_group` = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 26421) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 4284 LIMIT 1 |
132
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 25633 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4569 |
132
ms
|
4 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4435 LIMIT 1 |
132
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7190 |
132
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24066) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5739<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 316) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4925
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
132
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:45<br>/classes/Dispatcher.php:352<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4569 LIMIT 1 |
132
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24064) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10434 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10435 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10433 LIMIT 1 |
132
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10432 LIMIT 1 |
132
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26095 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2836 AND `id_group` = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ets_megamenu/ets_megamenu.php:2005<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10443 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
131
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
131
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26207 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 26564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 27824 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26206 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7190 LIMIT 1 |
131
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25920) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7327 |
131
ms
|
6 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6906) AND (id_product_attribute = 25724) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4680 |
131
ms
|
11 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4925 |
131
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 27733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23236) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26072 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26421 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10429) AND (id_product_attribute = 27882) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 770 AND `id_group` = 1 LIMIT 1 |
131
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3879 LIMIT 1 |
131
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10420 LIMIT 1 |
131
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3246 LIMIT 1 |
131
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 24402) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 3246 LIMIT 1 |
131
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 27861) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27863) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10429 AND id_shop=1 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 24402 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 27887) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 26420) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 27868) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27896) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4563 AND id_shop=1 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 26564 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `prstshp_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4276<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 26207) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 287 LIMIT 1 |
130
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 27824) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8151) AND (id_product_attribute = 26206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
130
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 25633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7641 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 25724 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5619<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10403) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24909) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7366 LIMIT 1 |
130
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 24035) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2822 AND `id_group` = 1 LIMIT 1 |
130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7685 LIMIT 1 |
130
ms
|
4 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10433) AND (id_product_attribute = 27888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3750 AND `id_group` = 1 LIMIT 1 |
129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25921) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3085 AND `id_group` = 1 LIMIT 1 |
129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 27890) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27906) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 6906 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 26563) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27894) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 286 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 6777 LIMIT 1 |
129
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4435 |
129
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27909) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_configuration` WHERE `id_reward_type` = 6 LIMIT 1 |
129
ms
|
13 |
|
|
/modules/wkrewardsystem/classes/WkRewardConfiguration.php:100
/modules/wkrewardsystem/wkrewardsystem.php:751<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10420 AND id_shop=1 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25947) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 755 |
129
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 26095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8151) AND (id_product_attribute = 26206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 6608 |
129
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 23996) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26146) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 7873 LIMIT 1 |
129
ms
|
3 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 27886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3085 |
129
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 8503 LIMIT 1 |
128
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 6777 |
128
ms
|
3 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10441 AND `id_group` = 1 LIMIT 1 |
128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4926 |
128
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 2211 LIMIT 1 |
128
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10403 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10433 |
128
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27903) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10441 |
128
ms
|
4 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10422 |
128
ms
|
3 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10441) AND (id_product_attribute = 27905) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3648 LIMIT 1 |
128
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 8151 LIMIT 1 |
128
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/etssmartdiscount/classes/EtsSDDiscount.php:385<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4271<br>/classes/Product.php:5749<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23235) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 1045) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10402) AND (id_product_attribute = 27824) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10420 |
127
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4569 AND id_shop=1 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 10 LIMIT 1 |
127
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 755 AND `id_group` = 1 LIMIT 1 |
127
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27895) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 27896) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26074) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 755) AND (id_product_attribute = 27827) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 2318) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 28180) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10435) AND (id_product_attribute = 27892) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 25633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_page_settings' LIMIT 1 |
127
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1054<br>/modules/creativeelements/core/document-types/post.php:253<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2822 |
126
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3246 |
126
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24886) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 10232 LIMIT 1 |
126
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 6906) AND (id_product_attribute = 25724) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 274 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 25632) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4680) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 27885) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24887) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 6906 |
126
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4926) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22199) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24891) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3085) AND (id_product_attribute = 23560) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
125
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5680<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4283) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27911) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10443) AND (id_product_attribute = 27912) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 1309) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4284 |
125
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 8151) AND (id_product_attribute = 26206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3879) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3360 AND id_shop=1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 3750) AND (id_product_attribute = 24034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:59<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
125
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `prstshp_wk_reward_type` a
WHERE (a.`id_reward_type` = 4) LIMIT 1 |
125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/wkrewardsystem/classes/WkRewardType.php:63<br>/modules/wkrewardsystem/wkrewardsystem.php:606<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10431) AND (id_product_attribute = 27884) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25941) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25942) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias` |
125
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:225<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2836 |
124
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
124
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5668<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 26095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 26564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10432
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
124
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26403) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4926) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25948) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4680
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
124
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3246) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 148 AND `id_shop` = 1 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Product.php:65<br>/classes/Link.php:250<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:193<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/a1/ee/fb/a1eefb24fb3e5e135da2076f276451058d57d5a5_2.file.product-list-jsonld.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:58<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:392<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10422) AND (id_product_attribute = 27870) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 5087) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2648 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 755) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24889) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
124
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>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 24401) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 5087 |
124
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4435) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_prestablog_popup`
FROM `prstshp_prestablog_popup`
WHERE `actif_home` = 1 |
124
ms
|
1 |
|
|
/modules/prestablog/class/popup.php:389
/modules/prestablog/prestablog.php:914<br>/modules/prestablog/prestablog.php:684<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:396<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:138<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1309 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 2836) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 27734) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25920) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3648
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2318 AND id_shop=1 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3750) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 5045 AND `id_group` = 1 LIMIT 1 |
123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 8152 LIMIT 1 |
123
ms
|
2 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25947) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10421) AND (id_product_attribute = 27867) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 770 |
123
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 10431) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4283 AND id_shop=1 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 8503 AND `id_group` = 1 LIMIT 1 |
123
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4563) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10232
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10429
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
122
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3085) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 304 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6906) AND (id_product_attribute = 25724) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4926 AND id_shop=1 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4284) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 316 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 6608) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4736) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4563 AND `id_group` = 1 LIMIT 1 |
122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3360 AND `id_group` = 1 LIMIT 1 |
122
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 25633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 524
AND `active` = 1 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 26095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4569) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4736 |
122
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26146) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5802<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 316 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25947) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4925) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3648) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 2822) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 304) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2318 |
121
ms
|
21 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7873 |
121
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10433
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
121
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 1822) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4284
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
121
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4736) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/appagebuilder/classes/shortcodes/ApModule.php:150<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:91<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 5045) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4435
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
121
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 770) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4736
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
121
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 3360) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/appagebuilder/classes/shortcodes/ApQuicklogin.php:106<br>/modules/appagebuilder/classes/shortcodes.php:511<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
120
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 6906) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10422
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3648 AND `id_group` = 1 LIMIT 1 |
120
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1 |
120
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:52<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/72/a6/f9/72a6f95f0717920c04256c48754403de1b17872a_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/b1/38/6c/b1386c6fd6e95cdbe696f9ecf0f5d13b49a58f04_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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang` WHERE `iso_code` = 'it' LIMIT 1 |
120
ms
|
6 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:242<br>/override/classes/Dispatcher.php:26<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 4284) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10436
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4680 AND id_shop=1 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 307 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3879
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM prstshp_ce_meta WHERE id = 307040401 AND name = '_elementor_version' LIMIT 1 |
120
ms
|
6 |
|
|
/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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10434
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
120
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
120
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7190
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
119
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3879 AND id_shop=1 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10441
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
119
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10421
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
119
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
119
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5690<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `prstshp_product_lang` pl
WHERE (pl.id_product = 2211) AND (pl.id_lang = 4 AND pl.id_shop = 1 ) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:7622
/modules/cdc_googletagmanager/services/Gtm_Product.php:174<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 4925) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
119
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5702<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 286 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10435
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
119
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10435 AND id_shop=1 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10432 AND id_shop=1 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=18
ORDER BY sort_order asc |
119
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4926 AND `id_group` = 1 LIMIT 1 |
119
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 5087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10433 AND id_shop=1 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10421 AND id_shop=1 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 8152 AND `id_group` = 1 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 324 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 274 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4569
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
118
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10441 AND id_shop=1 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10443
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
118
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4283
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
118
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 8503 LIMIT 1 |
118
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/classes/Product.php:5718<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 7685 |
118
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
118
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 274 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 464
AND `active` = 1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10422 AND id_shop=1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2318
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
117
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 304 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24082) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 307 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 305) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 324 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5613<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7366
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
117
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7641
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
117
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 8503 |
117
ms
|
6 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10402 AND id_shop=1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 281 LIMIT 1 |
117
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/modules/etssmartdiscount/classes/EtsSDDiscount.php:386<br>/override/classes/SpecificPrice.php:25<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 305 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 281 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4736 AND id_shop=1 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
117
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
117
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4284 AND id_shop=1 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24095) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 6777
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
116
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 292 LIMIT 1 |
116
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 7873
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
116
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21952) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 274) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 295 LIMIT 1 |
116
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
116
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:88<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10435 |
116
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 299 LIMIT 1 |
116
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1822 |
116
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26404) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 8151
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
115
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM prstshp_precustomprice WHERE id_product = 770 LIMIT 1 |
115
ms
|
2277 |
|
|
/modules/precustomprice/precustomprice.php:464
/override/classes/Product.php:39<br>/classes/Product.php:3675<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10443 AND id_shop=1 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10436 AND id_shop=1 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 324) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/classes/Product.php:5615<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 274 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 307 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24076) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10402 |
115
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 316 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10434 AND `id_group` = 1 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10432 AND `id_group` = 1 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 309 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 26208) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 6906
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
114
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 5087 AND id_shop=1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 274 LIMIT 1 |
114
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 316 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 309 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21963) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 8503
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
114
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10421 |
114
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 304 LIMIT 1 |
114
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10434 |
114
ms
|
3 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 295 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 302 LIMIT 1 |
114
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3648 AND id_shop=1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7327 AND id_shop=1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 6906 AND id_shop=1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10436 |
113
ms
|
4 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7685 AND id_shop=1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4925 AND id_shop=1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21962) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 8152
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
113
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 481
AND `active` = 1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 286 LIMIT 1 |
113
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 8151 AND id_shop=1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2211 |
112
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 305 LIMIT 1 |
112
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 280 LIMIT 1 |
112
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:748<br>/modules/cdc_googletagmanager/services/Gtm_Product.php:154<br>/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7190 AND id_shop=1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3879 AND `id_group` = 1 LIMIT 1 |
112
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7366 AND id_shop=1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10421 AND `id_group` = 1 LIMIT 1 |
112
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4435 AND id_shop=1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=9
ORDER BY sort_order asc |
112
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 6777 AND id_shop=1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 476
AND `active` = 1 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24894) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4563 |
112
ms
|
5 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 4926
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
111
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
111
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 537
AND `active` = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10232 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 502
AND `active` = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 8503 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 21949 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10403 |
111
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Configuration.php:708<br>/classes/Configuration.php:692<br>/modules/leofeature/leofeature.php:1354<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10431 |
111
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7641 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 518
AND `active` = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field |
111
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/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 3246
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
111
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10432 |
111
ms
|
2 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7327 AND `id_group` = 1 LIMIT 1 |
110
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 10429 |
110
ms
|
1 |
|
|
/classes/Product.php:2875
/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>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6608) AND (id_product_attribute = 25633) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 505
AND `active` = 1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 7873 AND id_shop=1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 8152 AND id_shop=1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3246 AND id_shop=1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 6608
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
110
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 316) LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 504
AND `active` = 1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 10403 AND id_shop=1 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Product.php:6751
/classes/Product.php:3885<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 516
AND `active` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10232 AND `id_group` = 1 LIMIT 1 |
109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10402
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
109
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4283 AND `id_group` = 1 LIMIT 1 |
109
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 324 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Product.php:5614
/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 472
AND `active` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 522
AND `active` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 307) LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 474
AND `active` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 485
AND `active` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10433 AND `id_group` = 1 LIMIT 1 |
108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=20
ORDER BY sort_order asc |
108
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24168) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
108
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10435 AND `id_group` = 1 LIMIT 1 |
108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 527
AND `active` = 1 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:119<br>/modules/cdc_googletagmanager/classes/DataLayer.php:87<br>/modules/cdc_googletagmanager/classes/DataLayer.php:63<br>/modules/cdc_googletagmanager/classes/DataLayer.php:233<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:1411<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:900<br>/modules/cdc_googletagmanager/cdc_googletagmanager.php:543<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:360<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/15/0c/98/150c98c2d2dafae3d093e529b4388663ea1a3410_2.file.head.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:157<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26149) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26148) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24910) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24890) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22201) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 26564) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 5087
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
107
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10422 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10429 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4569 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4284 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4736 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24892) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10443 AND `id_group` = 1 LIMIT 1 |
107
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4680 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22915) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24151) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2318 AND `id_group` = 1 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 10403
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
105
ms
|
0 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/override/classes/SpecificPrice.php:24<br>/classes/Product.php:3787<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 6777 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10420 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10436 AND `id_group` = 1 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_image_type`
FROM `prstshp_image_type`
WHERE `name` = 'home' |
105
ms
|
1 |
|
|
/classes/ImageType.php:131
/modules/ets_megamenu/ets_megamenu.php:2545<br>/modules/ets_megamenu/ets_megamenu.php:3168<br>/modules/ets_megamenu/ets_megamenu.php:3075<br>/modules/ets_megamenu/ets_megamenu.php:3020<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/aa/ce/64/aace64659a53c5a5206340f57c420ce1561f7b2c_2.file.menu-html.tpl.php:219<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2449<br>/modules/ets_megamenu/ets_megamenu.php:3593<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 704) AND (id_product_attribute = 27735) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
105
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10232) AND (id_product_attribute = 26565) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
104
ms
|
0 |
|
|
/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/includes/base/element-base.php:925<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4563) AND (id_product_attribute = 24888) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24138) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4435 AND `id_group` = 1 LIMIT 1 |
104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7685) AND (id_product_attribute = 26096) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 274) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 27862) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4925 AND `id_group` = 1 LIMIT 1 |
104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3246 AND `id_group` = 1 LIMIT 1 |
104
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 6608 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7190 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 6906 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10403 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7366 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7685 AND `id_group` = 1 LIMIT 1 |
103
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4569) AND (id_product_attribute = 24893) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 26421) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25919) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22917) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 8151 AND `id_group` = 1 LIMIT 1 |
102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25943) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 175 AND `id_shop` = 1 LIMIT 1 |
102
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 309) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22202) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 5087 AND `id_group` = 1 LIMIT 1 |
102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
102
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7873 AND `id_group` = 1 LIMIT 1 |
102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24154) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24067) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26405) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 7641 AND `id_group` = 1 LIMIT 1 |
101
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21953) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24911) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24081) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22916) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24096) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1) |
100
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 304) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 10402 AND `id_group` = 1 LIMIT 1 |
100
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3951<br>/override/classes/Product.php:36<br>/classes/Product.php:3675<br>/classes/Product.php:5632<br>/classes/Product.php:5866<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:88<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
100
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
99
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7327) AND (id_product_attribute = 25922) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21964) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 10420) AND (id_product_attribute = 28200) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24068) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26073) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 281) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22927) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22203) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `minimal_quantity`
FROM `prstshp_product_attribute_shop` pas
WHERE `id_shop` = 1
AND `id_product_attribute` = 0 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/Attribute.php:289
/modules/leofeature/leofeature.php:1383<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24912) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23240) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22206) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24102) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26406) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21960) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22207) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24917) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26078) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21971) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `prstshp_category` c
WHERE (c.`id_category` = 295) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Category.php:1957
/classes/Product.php:7739<br>/classes/Link.php:238<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:866<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:203<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/src/Adapter/Presenter/AbstractLazyArray.php:118<br>/modules/leofeature/leofeature.php:1364<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:45<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24163) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21958) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23238) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21970) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24164) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 146 AND `id_shop` = 1 LIMIT 1 |
93
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/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:272<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:95<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21954) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26083) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22205) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27681) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25944) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25950) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24144) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM prstshp_ets_mm_column
WHERE 1 AND id_menu=19
ORDER BY sort_order asc |
90
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:2472
/modules/ets_megamenu/ets_megamenu.php:2405<br>/modules/ets_megamenu/ets_megamenu.php:3587<br>/modules/ets_megamenu/ets_megamenu.php:3558<br>/modules/ets_megamenu/ets_megamenu.php:3582<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuore/02/8d/82/028d8207f702eb1e9fb5afda0bf33df278d83167_2.file.id_gencode_63fe5331e6f7f_1677611825.tpl.php:24<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuore/af/ad/96/afad964363c4b83df0178c4b88b6b4637d5c4ebc_2.file.ApGenCode.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDevTemplate.php:40<br>/modules/appagebuilder/appagebuilder.php:2760<br>/modules/appagebuilder/appagebuilder.php:1463<br>/modules/appagebuilder/classes/shortcodes.php:512<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/shortcodes.php:384<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:77<br>:undefined<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:55<br>/modules/appagebuilder/classes/ApShortCodesBuilder.php:366<br>/modules/appagebuilder/classes/ApPageBuilderModel.php:171<br>/modules/appagebuilder/appagebuilder.php:2588<br>/modules/appagebuilder/appagebuilder.php:2561<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/29/ef/09/29ef09c1eeecfe552cdb3aa39f989f9588736811_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/e4/96/ff/e496ff66f22cd7cd2f6d87d75a70a0d9206009ee_2.file.header.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23237) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24100) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25946) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24915) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24913) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 6777) AND (id_product_attribute = 26422) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_point` WHERE `id_reward_type` = 6 AND id_customer_type = 0 AND id_element = 307 LIMIT 1 |
88
ms
|
11 |
|
|
/modules/wkrewardsystem/classes/WkRewardPoint.php:176
/modules/wkrewardsystem/classes/WkRewardPoint.php:322<br>/modules/wkrewardsystem/wkrewardsystem.php:773<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7873) AND (id_product_attribute = 26150) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21967) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "gdprpro" LIMIT 1 |
88
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/creativeelements/includes/widgets/contact-form.php:1310<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/includes/base/element-base.php:925<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25951) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24166) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26081) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24914) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
87
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/creativeelements/includes/widgets/contact-form.php:1310<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/includes/base/element-base.php:925<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:540<br>/classes/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>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24159) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22922) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27682) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21961) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24118) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24094) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24071) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24160) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24136) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27685) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26082) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21955) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
84
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24153) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24155) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22923) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26076) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `prstshp_wk_reward_point` wrp WHERE `id_reward_type` =6 AND `is_global` = 1 LIMIT 1 |
83
ms
|
11 |
|
|
/modules/wkrewardsystem/classes/WkRewardPoint.php:139
/modules/wkrewardsystem/classes/WkRewardPoint.php:333<br>/modules/wkrewardsystem/wkrewardsystem.php:773<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:81<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24070) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24161) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24120) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24139) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24145) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27678) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24083) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
82
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24157) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1309) AND (id_product_attribute = 22204) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24167) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26407) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26084) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23239) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24101) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24156) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22926) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7366) AND (id_product_attribute = 25945) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24918) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26079) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21959) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24121) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22919) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24148) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22924) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24097) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27679) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22930) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21956) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8503) AND (id_product_attribute = 26408) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22933) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21966) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21969) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24113) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24147) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22921) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27684) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8152) AND (id_product_attribute = 27683) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24162) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24141) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21957) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26080) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24124) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24916) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 21968) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24106) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24158) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22920) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22932) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24127) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24119) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24098) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 7641) AND (id_product_attribute = 26077) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24104) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `prstshp_cart_rule` WHERE date_to >= "2025-08-24 00:00:00" AND date_to <= "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from >= "2025-08-24 00:00:00" AND date_from <= "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from < "2025-08-24 00:00:00" AND date_to > "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3026<br>/classes/Cart.php:3400<br>/classes/Cart.php:3473<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:2195<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24077) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
76
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4680) AND (id_product_attribute = 24919) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24132) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24128) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24123) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23241) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24142) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
75
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24146) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24140) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24150) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24114) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24134) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24143) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24105) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24085) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24107) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24115) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24149) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24075) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22925) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24122) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22928) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2318) AND (id_product_attribute = 22929) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24135) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
74
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24126) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24112) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24099) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24074) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24078) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24117) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24109) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24108) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24079) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24084) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24089) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24090) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24130) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24129) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24111) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24073) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24116) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24125) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24091) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24086) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24080) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24087) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
71
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24088) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2648) AND (id_product_attribute = 23242) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24093) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24133) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
70
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24092) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3879) AND (id_product_attribute = 24137) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2740<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.tpl.php:276<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/66/e0/f9/66e0f9237290d8b4b0c6cc0399f02d2c56cfdf27_2.file.plist2652439705.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/modules/appagebuilder/appagebuilder.php:2626<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:195<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8c/01/a3/8c01a39c52f0cfecd8270b63b32874a6f9b94160_2.file.leo_col_products.tpl.php:140<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/8f/08/f4/8f08f4da77a7ca8cb58fdc84983e9b39fde3b429_2.file.products.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:206<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/0c/f1/45/0cf1453258bd666a1a763c8bbac2ef7ea6818de2_2.file.layout-both-columns.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/23/17/88/231788a8c165292a99f94c3db4aba26c45d1ee07_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/c4/f8/2a/c4f82a59ef465bab0b68edbd58a1b2863dd2ed7c_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/progettocuorelayouts_layout_left_column_tpl/21/2e/44/212e440025b92fbca4c9b01f675cdf988817bdb5_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `prstshp_cart_rule` WHERE date_to >= "2025-08-24 00:00:00" AND date_to <= "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from >= "2025-08-24 00:00:00" AND date_from <= "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `prstshp_cart_rule` WHERE date_from < "2025-08-24 00:00:00" AND date_to > "2025-08-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
67
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:551<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|